postgresql/src
Tom Lane 36786a8150 Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes
would close and then re-open rel being truncated.  Depending on the
luck of the draw, the re-opened relcache entry might or might not be
at the same physical location as before.  Unfortunately, if it wasn't
then heap_truncate would crash and burn, because it still had a pointer
at the old location.  Fix is to open and then close rel in
RelationTruncateIndexes, so that rel's refcount never goes to zero
until heap_truncate is done.
2000-09-30 18:28:53 +00:00
..
backend Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes 2000-09-30 18:28:53 +00:00
bin New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Please apply the following patch to fix problems with the AIX port 2000-09-29 22:00:49 +00:00
interfaces Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 2000-09-27 15:17:57 +00:00
makefiles Please apply the following patch to fix problems with the AIX port 2000-09-29 22:00:49 +00:00
pl Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, 2000-09-25 22:23:01 +00:00
template New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00
test Please apply the following patch to fix problems with the AIX port 2000-09-29 22:00:49 +00:00
tools Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 2000-09-29 13:53:35 +00:00
tutorial Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
utils Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 2000-09-29 13:53:35 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00
Makefile Put back old Makefiles, in pgsql and pgsql/src. 2000-06-12 16:37:22 +00:00
Makefile.global.in New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00
Makefile.shlib Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00