pgsql: Try to exclude partitioned tables in toto.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try to exclude partitioned tables in toto.
Date: 2017-12-01 16:08:04
Message-ID: E1eKnrA-00073J-CB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-12-01 17:57:55 pgsql: Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Previous Message Robert Haas 2017-12-01 15:07:14 pgsql: Fix uninitialized memory reference.