pgsql: Check the return value of getcwd(), instead of assuming success.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check the return value of getcwd(), instead of assuming success.
Date: 2011-11-04 14:41:38
Message-ID: E1RMKxe-0001Nr-9G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Check the return value of getcwd(), instead of assuming success.

Kevin Grittner

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-11-04 14:57:56 pgsql: Add missing space in comment
Previous Message Simon Riggs 2011-11-04 09:38:26 pgsql: Move user functions related to WAL into xlogfuncs.c