pgsql: In pg_upgrade, improve popen() failure detection by checking for

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, improve popen() failure detection by checking for
Date: 2011-10-06 23:38:03
Message-ID: E1RBxVr-0004av-5M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, improve popen() failure detection by checking for fgets()
failures.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a3996754cc0281293cc5bfb90bf594fef41aff5b

Modified Files
--------------
contrib/pg_upgrade/check.c | 17 ++++++++---------
contrib/pg_upgrade/controldata.c | 4 ++--
2 files changed, 10 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alex Hunsaker 2011-10-07 16:51:46 Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding.
Previous Message Bruce Momjian 2011-10-06 23:32:16 pgsql: Move pg_upgrade doc mention of the port numbers to the same plac