Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> This change has broken the following test case (reduced from actual
> production code):
Thanks for the report. What I see here is
ERROR: unsupported target type: 2139062143
so it looks like a memory clobber --- probably some data structure is
being built in the wrong memory context. Will look closer shortly.
regards, tom lane