Re: pgsql: Re-allow DISTINCT in pl/pgsql expressions. - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Re-allow DISTINCT in pl/pgsql expressions.
Date
Msg-id 20210123001844.GC25546@momjian.us
Whole thread Raw
In response to Re: pgsql: Re-allow DISTINCT in pl/pgsql expressions.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Re-allow DISTINCT in pl/pgsql expressions.
List pgsql-committers
On Fri, Jan 22, 2021 at 07:16:34PM -0500, Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > On Fri, Jan 22, 2021 at 09:26:29PM +0000, Tom Lane wrote:
> >> Re-allow DISTINCT in pl/pgsql expressions.
> 
> > I am seeing a warning generated by preproc.y, which is generated via
> > Perl from gram.y, which was modified by this commit.
> 
> Mea culpa, didn't think to try the ecpg tests.

I only found it because of the private test harness I use which checks
for anything unusual in the compile logs.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Re-allow DISTINCT in pl/pgsql expressions.
Next
From: Tom Lane
Date:
Subject: pgsql: Suppress bison warning in ecpg grammar.