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-0008Vg-GM@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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/41753604b3d06a4ca0ee4ce9f008e9b0709230c7

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