pgsql: Changed ecpg parser to allow RETURNING clauses without attached

Lists: pgsql-committers
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: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

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

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bd502753af5d4cc7be58a8e3fea6bc55d1e7b3a5

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(-)