Skip to content
Snippets Groups Projects
Commit 386f1809 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent cf77a2a0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment