Gregory Stark <stark@enterprisedb.com> writes:
> Testing Postgres with a small block size runs into an assertion failure when
> it tries to toast a pg_proc tuple during initdb. I think the assertion is just
> wrong and RELKIND_UNCATALOGUED is valid here.
Uh, what makes you think the assertion is the only problem? The toast
table won't exist yet.
How small is "small" anyway?
regards, tom lane