Re: unsupportable composite type partition keys

2020-09-09 Thread Jobin Augustine
Is there a way out if someone accidentally executes the same test case against PG12? testdb=# create table partitioned (a int, b int) testdb-# partition by list ((row(a, b)::partitioned)); CREATE TABLE testdb=# DROP TABLE partitioned; ERROR: cache lookup failed for type 18269 > > Ah, I wasn't

Re: [HACKERS] Incomplete startup packet errors

2019-11-25 Thread Jobin Augustine
On Thu, Mar 7, 2019 at 1:26 AM Andrew Dunstan < andrew.duns...@2ndquadrant.com> wrote: > > On 3/6/19 12:12 PM, Robert Haas wrote: > > On Tue, Mar 5, 2019 at 5:35 PM Andrew Dunstan > > wrote: > >> OK, I think we have agreement on Tom's patch. Do we want to backpatch > OK, no back-patching it is. >