diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-01-24 15:31:43 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-01-24 15:31:43 +0000 |
commit | 386f1809a7db5c4d610ea8ba7cd702e699f1b4a9 (patch) | |
tree | ef7e75447763aed9d2b9812feed8407f5723fdb2 /src/backend/access/gist/gistscan.c | |
parent | cf77a2a034d68b05c3f6c12d4bc5dc6e51da1d73 (diff) | |
download | postgresql-386f1809a7db5c4d610ea8ba7cd702e699f1b4a9.tar.gz postgresql-386f1809a7db5c4d610ea8ba7cd702e699f1b4a9.zip |
Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list
removes any empty chunks, the chunk previously added won't be there
anymore, so it's possible there is zero free space in the rel's page list
afterwards. Must loop back and rerun the part that adds a chunk to
the list.
Diffstat (limited to 'src/backend/access/gist/gistscan.c')
0 files changed, 0 insertions, 0 deletions