Tom Lane wrote:

Andreas Pflug <[EMAIL PROTECTED]> writes:


+ int prettyFlags = !PG_ARGISNULL(1) && PG_GETARG_BOOL(1) ? PRETTYFLAG_PAREN|PRETTYFLAG_INDENT : 0;



Since the pg_proc entries are all marked strict, it's unnecessary for you to write any ARGISNULL checks.


Yeah you're right, it's a remainder of the previous solution. it was late at night... But it won't do any harm either.


Regards,
Andreas


---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to