Re: Assertion failure with small block sizes - Mailing list pgsql-patches

From Tom Lane
Subject Re: Assertion failure with small block sizes
Date
Msg-id 3061.1192507139@sss.pgh.pa.us
Whole thread Raw
In response to Re: Assertion failure with small block sizes  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-patches
Gregory Stark <stark@enterprisedb.com> writes:
> "Tom Lane" <tgl@sss.pgh.pa.us> writes:
>> Hmm.  I'm inclined to reverse the tests (there are 3 not just 1) in
>> heapam.c, so that it explicitly tries to toast only in plain tables,
>> rather than adding more exclusion cases.  Thoughts?

> Well RELKIND_UNCATALOGED can be usefully toasted in that data can be
> compressed internally.

But by the time we are inserting any data that needs compression, the
relkind should not be that anymore.  This would only be an issue if
pg_proc.h itself contained DATA() lines long enough to need toasting.
I argue that that isn't true and isn't likely to become true.  (See
ts_debug() for an example of deliberately avoiding such a case...)

            regards, tom lane

pgsql-patches by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Assertion failure with small block sizes
Next
From: Neil Conway
Date:
Subject: Avoid needless copy in nodeMaterial