diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-06-15 06:07:34 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-06-15 06:07:34 +0000 |
commit | a62d8393ef1c2c7c1bac23aaadf404a22a36d4f9 (patch) | |
tree | 504282f1d6c1c57c06ffd52028fd5314e254fbb7 /src/backend/access/gist | |
parent | 946e80c435e01c501e6d94ac251aab45df400f39 (diff) | |
download | postgresql-a62d8393ef1c2c7c1bac23aaadf404a22a36d4f9.tar.gz postgresql-a62d8393ef1c2c7c1bac23aaadf404a22a36d4f9.zip |
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.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions