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_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/6fd666954bb98b757b56e4f88cc7a8729b4ec968 Modified Files -------------- src/backend/storage/file/fd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
