pgsql: Properly end string to make sure ecpglib does not read beyondit - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Properly end string to make sure ecpglib does not read beyondit
Date
Msg-id E1gvhVW-0008Cy-NH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Properly end string to make sure ecpglib does not read beyond its boundaries.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e6ab9f8012ff54d2e3cf2804db811e5f8eada1b

Modified Files
--------------
src/interfaces/ecpg/ecpglib/execute.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Sync ECPG's CREATE TABLE AS statement with backend's.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Provide an extra-float-digits setting for pg_dump / pg_dumpall