pgsql: Sync ECPG with WITH ORDINALITY changes

From: Greg Stark <stark(at)mit(dot)edu>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sync ECPG with WITH ORDINALITY changes
Date: 2013-07-29 22:45:43
Message-ID: E1V3wCF-0005oN-Qb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sync ECPG with WITH ORDINALITY changes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/69b7d59a744134e33bbe51dab44dd4113c83b7fb

Modified Files
--------------
src/interfaces/ecpg/preproc/parse.pl | 1 +
src/interfaces/ecpg/preproc/parser.c | 3 +++
src/interfaces/ecpg/test/expected/sql-parser.c | 20 +-------------------
.../ecpg/test/expected/sql-parser.stderr | 16 ++--------------
src/interfaces/ecpg/test/sql/parser.pgc | 6 +++---
5 files changed, 10 insertions(+), 36 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message hubert depesz lubaczewski 2013-07-29 22:58:30 Re: pgsql: WITH CHECK OPTION support for auto-updatable VIEWs
Previous Message Greg Stark 2013-07-29 15:38:34 pgsql: Add SQL Standard WITH ORDINALITY support for UNNEST (and any oth