postgresql/src/backend/access
Tom Lane afa8f1971a Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
use it.  While it normally has been opened earlier during btree index
build, testing shows that it's possible for the link to be closed again
if an sinval reset occurs while the index is being built.
2006-01-07 22:45:41 +00:00
..
common I have added these macros to c.h: 2005-12-25 02:14:19 +00:00
gist Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
hash Adjust string comparison so that only bitwise-equal strings are considered 2005-12-22 22:50:00 +00:00
heap Convert Assert checking for empty page into a regular test and elog. 2006-01-06 00:15:50 +00:00
index Make all command-line options of postmaster and postgres the same. See 2006-01-05 10:07:46 +00:00
nbtree Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 2006-01-07 22:45:41 +00:00
transam Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction 2005-12-29 18:08:05 +00:00
Makefile R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00