pgsql: Try to exclude partitioned tables in toto. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Try to exclude partitioned tables in toto.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Try to exclude partitioned tables in toto.

Ashutosh Bapat, reviewed by Jeevan Chalke.  Comment by me.

Discussion: http://postgr.es/m/CAFjFpRcuRaydz88CY_aQekmuvmN2A9ax5z0k=ppT+s8KS8xMRA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1cbc17aaca82b2e262912da96c49b2e1d2f492e7

Modified Files
--------------
src/backend/optimizer/util/plancat.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix uninitialized memory reference.
Next
From: Robert Haas
Date:
Subject: pgsql: Re-allow INSERT .. ON CONFLICT DO NOTHING on partitionedtables.