pgsql: Remove use of sscanf in pg_upgrade, and add C comment to pg_dump

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove use of sscanf in pg_upgrade, and add C comment to pg_dump
Date: 2014-02-15 16:51:03
Message-ID: E1WEiSF-00044N-Hn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove use of sscanf in pg_upgrade, and add C comment to pg_dump

Per report from Jackie Chang

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/32be1c8e900b89a89ec5e3a064c6b6010869d062

Modified Files
--------------
contrib/pg_upgrade/option.c | 5 +++--
src/bin/pg_dump/pg_backup_directory.c | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-15 19:31:41 pgsql: Centralize getopt-related declarations in a new header file pg_g
Previous Message Andrew Dunstan 2014-02-15 15:18:13 Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.