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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Fix pg_upgrade build problem on Windows when using X_OK access
Дата
Msg-id E1QMjNu-0002Fa-SX@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_dump's handling of extension-member casts and languages.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Improve pg_upgrade X_OK comment.