pgsql: Back-patch non-static ExecuteSqlQueryForSingleRow().

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back-patch non-static ExecuteSqlQueryForSingleRow().
Date: 2018-02-26 15:42:31
Message-ID: E1eqKv9-00069L-2T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Back-patch non-static ExecuteSqlQueryForSingleRow().

Back-patch a subset of commit 47e59697679a0877e0525c565b1be437487604a7
to 9.4 and 9.3. The next commit adds calls to this function.

Security: CVE-2018-1058

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/461c32b557ddbb0ed67b4b2232a191554ad40c3c

Modified Files
--------------
src/bin/pg_dump/pg_backup_db.c | 23 +++++++++++++++++++++++
src/bin/pg_dump/pg_backup_db.h | 1 +
src/bin/pg_dump/pg_dump.c | 24 ------------------------
3 files changed, 24 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-02-26 16:55:15 pgsql: Fix typo in internal error message
Previous Message Noah Misch 2018-02-26 15:42:30 pgsql: Empty search_path in Autovacuum and non-psql/pgbench clients.