pgsql: Changed ecpg parser to allow RETURNING clauses without attached

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Changed ecpg parser to allow RETURNING clauses without attached
Date: 2017-08-16 11:30:37
Message-ID: E1dhwWz-0000D1-IK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Changed ecpg parser to allow RETURNING clauses without attached C variables.

Branch
------
REL9_2_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/60b135c8262bd7d1d115de1797165a437a890a7a

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.trailer | 7 +++++--
src/interfaces/ecpg/preproc/ecpg.type | 1 +
src/interfaces/ecpg/preproc/parse.pl | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-08-16 13:19:41 pgsql: Use atomic ops to hand out pages to scan in parallel scan.
Previous Message Robert Haas 2017-08-16 11:27:42 Re: [COMMITTERS] pgsql: Include foreign tables in information_schema.table_privileges