Re: BUG #16176: NULL value returned by category_sql argument to crosstab() causes segmentation fault

Tom Lane <[email protected]> Mon, 23 Dec 2019 13:49:32 -0500
Newsgroups gmane.comp.db.postgresql.bugs
Message-ID <[email protected]>
Joe Conway <[email protected]> writes:
> Pushed that way to all supported branches.

Hmm, why'd you use ERRCODE_SYNTAX_ERROR, and not say
ERRCODE_NULL_VALUE_NOT_ALLOWED?

			regards, tom lane