pgsql: Simplify pg_upgrade checking of executable permissions. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Simplify pg_upgrade checking of executable permissions.
Date
Msg-id E1PkjVX-0007PS-8P@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Simplify pg_upgrade checking of executable permissions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9d220fc17eafcbc99fcea7bdbbb246fee473eac7

Modified Files
--------------
contrib/pg_upgrade/exec.c |   73 +++++++++++++++-----------------------------
1 files changed, 25 insertions(+), 48 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Wrap PL/Python SPI calls into subtransactions
Next
From: Bruce Momjian
Date:
Subject: pgsql: Fix wrong verb in pg_upgrade text message, per Haas.