postgresql/src/backend/storage
Tom Lane a62d8393ef Repair Large Object bugs demonstrated by Ian Grant's example. inv_write
was inappropriately relying on rel->rd_nblocks to tell if the LO is
empty (apparently a hack to get around a long-dead index bug), causing
misbehavior on a written-but-never-vacuumed LO.  Also, inv_read failed
to cope gracefully with 'holes' (unwritten regions) in the object.
2000-06-15 06:07:34 +00:00
..
buffer Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
file Final #include cleanup. 2000-06-15 04:10:30 +00:00
ipc The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
large_object Repair Large Object bugs demonstrated by Ian Grant's example. inv_write 2000-06-15 06:07:34 +00:00
lmgr Final #include cleanup. 2000-06-15 04:10:30 +00:00
page Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
smgr Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
Makefile New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00