https://github.com/postgres/postgres
Revision 386f1809a7db5c4d610ea8ba7cd702e699f1b4a9 authored by Tom Lane on 24 January 2002, 15:31:43 UTC, committed by Tom Lane on 24 January 2002, 15:31:43 UTC
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.
1 parent cf77a2a
History
Tip revision: 386f1809a7db5c4d610ea8ba7cd702e699f1b4a9 authored by Tom Lane on 24 January 2002, 15:31:43 UTC
Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list
Tip revision: 386f180
File Mode Size
config
contrib
doc
src
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.4 KB
HISTORY -rw-r--r-- 141.8 KB
INSTALL -rw-r--r-- 36.7 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 1.2 KB
aclocal.m4 -rw-r--r-- 566 bytes
configure -rwxr-xr-x 248.6 KB
configure.in -rw-r--r-- 35.6 KB
register.txt -rw-r--r-- 700 bytes

README

back to top