Обсуждение: pgsql: Fix some problems with patch to fsync the data directory.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/53e1498c658d46f6fa99c63beabb350dae3c03ed

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