pgsql: Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
Дата
Msg-id E1RR6eU-0001Zk-0H@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
pattern, which is used on PG 9.1 and HEAD (but not pre-9.1).  Fixes
crash on Windows.

Backpatched to 9.1.

Reported by Mark Dilger

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/988f907d2437ea0b45aa0002178610bb9d8a399a

Modified Files
--------------
contrib/pg_upgrade/file.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Remove pg_upgrade function no longer called (dir_matching_filena
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch