pgsql: Fix parsing of compatibility mode argument.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix parsing of compatibility mode argument.
Date: 2018-01-12 15:00:49
Message-ID: E1ea0p7-0006zL-T5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix parsing of compatibility mode argument.

Patch by Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>

Branch
------
master

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

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-01-12 17:25:00 pgsql: Fix incorrect handling of subquery pullup in the presence of gro
Previous Message Alvaro Herrera 2018-01-12 14:22:08 pgsql: Remove hard-coded schema knowledge about pg_attribute from genbk