postgresql/src
Robert Haas 6ee1a7738a 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.
2015-05-05 09:25:51 -04:00
..
backend Fix some problems with patch to fsync the data directory. 2015-05-05 09:25:51 -04:00
bin Fix assorted inconsistent function declarations. 2015-04-07 16:56:21 -04:00
include Recursively fsync() the data directory after a crash. 2015-05-04 12:47:11 -04:00
interfaces Build libecpg with -DFRONTEND in all supported versions. 2015-04-26 17:20:25 -04:00
makefiles Don't use deprecated dllwrap on Cygwin. 2014-02-01 16:14:01 -05:00
pl Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables. 2015-02-25 23:49:02 -05:00
port Unlink static libraries before rebuilding them. 2015-03-01 13:07:17 -05:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Prevent improper reordering of antijoins vs. outer joins. 2015-04-25 16:44:27 -04:00
timezone Update time zone data files to tzdata release 2015a. 2015-01-30 22:46:17 -05:00
tools Build every ECPG library with -DFRONTEND. 2015-04-24 19:29:55 -04:00
tutorial Remove tabs after spaces in C comments 2014-05-06 11:26:26 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Revert "Backpatch pgxs vpath build and installation fixes (v2)" 2013-10-07 22:39:30 -04:00
Makefile.shlib Unlink static libraries before rebuilding them. 2015-03-01 13:07:17 -05:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00