pgsql: Fix pg_upgrade build problem on Windows when using X_OK access

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_upgrade build problem on Windows when using X_OK access
Date: 2011-05-18 16:14:06
Message-ID: E1QMjNu-0002Fa-SX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_upgrade build problem on Windows when using X_OK access
permission check on the current directory.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6fbf4e0e7c0839c33ed2d63f3c64abdc049f6d1b

Modified Files
--------------
contrib/pg_upgrade/exec.c | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-05-18 16:26:07 pgsql: Improve pg_upgrade X_OK comment.
Previous Message Tom Lane 2011-05-16 20:42:17 pgsql: Fix pg_dump's handling of extension-member casts and languages.