pgsql: Fixed handling of escape character in libecpg.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed handling of escape character in libecpg.
Date: 2017-10-26 08:40:40
Message-ID: E1e7diS-0008Vc-G2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixed handling of escape character in libecpg.

Patch by Tsunakawa Takayuki <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0af98a95cf8397d36202a34cd615f222faf24e9a

Modified Files
--------------
src/interfaces/ecpg/ecpglib/execute.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-10-26 10:42:21 pgsql: In relevant log messages, indicate whether vacuums are aggressiv
Previous Message Michael Paquier 2017-10-26 04:12:36 Re: [COMMITTERS] pgsql: Process variadic arguments consistently in json functions