pgsql: Made ecpg compatibility mode and run-time behaviour options case

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Made ecpg compatibility mode and run-time behaviour options case
Date: 2019-07-03 01:17:23
Message-ID: E1hiTtj-0006ej-TY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Made ecpg compatibility mode and run-time behaviour options case insensitive.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75220fb62b1387b61f92c42b1bd147cb30607012

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

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-07-03 08:56:51 pgsql: postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc
Previous Message Michael Paquier 2019-07-02 23:59:46 pgsql: Add support for Visual Studio 2019 in build scripts