Re: [COMMITTERS] pgsql: Expand partitioned table RTEs level by level, without flattening - Mailing list pgsql-committers

From Andreas Seltenreich
Subject Re: [COMMITTERS] pgsql: Expand partitioned table RTEs level by level, without flattening
Date
Msg-id 874ls2vrnx.fsf@ansel.ydns.eu
Whole thread Raw
In response to [COMMITTERS] pgsql: Expand partitioned table RTEs level by level,without flattening  (Robert Haas <rhaas@postgresql.org>)
List pgsql-committers
Robert Haas writes:

> Expand partitioned table RTEs level by level, without flattening.

testing with sqlsmith shows that the following assertion in this commit
doesn't hold:

TRAP: FailedAssertion("!(((brel)->reloptkind == RELOPT_BASEREL || (brel)->reloptkind == RELOPT_OTHER_MEMBER_REL))",
File:"initsplan.c", Line: 647)
 

One of the simpler queries that triggers it for me:
   select from information_schema.user_mapping_options;

regards,
Andreas


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: After a MINVALUE/MAXVALUE bound, allow only more of the same.
Next
From: Bruce Momjian
Date:
Subject: [COMMITTERS] pgsql: docs: clarify pg_upgrade docs regarding standbys and rsync