Re: posgres 12 bug (partitioned table)

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Pavel Biryukov <79166341370@yandex.ru>, pgsql-bugs@lists.postgresql.org
Date: 2020-08-11T18:06:29Z
Lists: pgsql-bugs, pgsql-hackers

Attachments

On 2020-08-11 11:02:31 -0700, Andres Freund wrote:
> It's not that hard to force the slot creation & use whenever there's
> returning, but somehow that feels hackish (but so does plenty other
> things in execPartition.c).  See attached.

Actually attached this time.

Commits

  1. Don't crash on reference to an un-available system column.