pgsql: Remove use of sscanf in pg_upgrade, and add C comment to pg_dump - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Remove use of sscanf in pg_upgrade, and add C comment to pg_dump
Date
Msg-id E1WEiSF-00044N-Hn@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Next
From: Tom Lane
Date:
Subject: pgsql: Centralize getopt-related declarations in a new header file pg_g