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

Tweak toast-related logic in heapam.c so that the toaster is only invoked

when relkind = RELKIND_RELATION.  This syncs these tests with the Asserts
in tuptoaster.c, and ensures that we won't ever try to, for example,
compress a sequence's tuple.  Problem found by Greg Stark while stress-testing
with much-smaller-than-normal page sizes.
parent 9a4b29d8
No related branches found
No related tags found
Loading
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