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
- hack.diff (text/x-diff) patch
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
-
Don't crash on reference to an un-available system column.
- d479d0028525 14.0 landed
- 2602ee4689c7 13.3 landed
- 05ce4bf8b1d4 12.7 landed