pgsql: Fix some problems with patch to fsync the data directory.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix some problems with patch to fsync the data directory.
Дата
Msg-id E1YpcvT-0000UN-Eo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some problems with patch to fsync the data directory.

pg_win32_is_junction() was a typo for pgwin32_is_junction().  open()
was used not only in a two-argument form, which breaks on Windows,
but also where BasicOpenFile() should have been used.

Per reports from Andrew Dunstan and David Rowley.

Branch
------
REL9_1_STABLE

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

Modified Files
--------------
src/backend/storage/file/fd.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix some problems with patch to fsync the data directory.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix some problems with patch to fsync the data directory.