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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: ipluta(at)wp(dot)pl, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16176: NULL value returned by category_sql argument to crosstab() causes segmentation fault
Date: 2019-12-23 18:49:32
Message-ID: 19151.1577126972@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Joe Conway <mail(at)joeconway(dot)com> 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joe Conway 2019-12-23 19:00:38 Re: BUG #16176: NULL value returned by category_sql argument to crosstab() causes segmentation fault
Previous Message Joe Conway 2019-12-23 18:40:34 Re: BUG #16176: NULL value returned by category_sql argument to crosstab() causes segmentation fault