proposal: allow a execution of VOID function without PERFORM keyword. - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal: allow a execution of VOID function without PERFORM keyword.
Date
Msg-id CAFj8pRCLz3z6KTCY81QmgQERuVJ8k-qOXSbLEZfA5tD_1BTAtg@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hello

A perform keyword is semantically useless for VOID functions. So it can be optional for start of any function. The function type cannot be checked in compile time - so result will be checked in execution time.

I hope so 9.4 will be support deep checking in some step between compilation and execution, so badly using of this feature can be identified early.

Regards

Pavel

pgsql-hackers by date:

Previous
From: Nikhil Sontakke
Date:
Subject: Re: Compression of full-page-writes
Next
From: Michael Paquier
Date:
Subject: Re: Compression of full-page-writes