[COMMITTERS] pgsql: Improve error message when skipping scan of default partition. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Improve error message when skipping scan of default partition.
Date
Msg-id E1e09hQ-0006mD-GZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve error message when skipping scan of default partition.

It seems like a good idea to clearly distinguish between skipping the
scan of the new partition itself and skipping the scan of the default
partition.

Amit Langote

Discussion: http://postgr.es/m/1f08b844-0078-aa8d-452e-7af3bf77d05f@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c31e9d4bafd80da52408af5f87fe874c9ca0c952

Modified Files
--------------
src/backend/commands/tablecmds.c          | 11 ++++++++---
src/test/regress/expected/alter_table.out |  4 ++--
2 files changed, 10 insertions(+), 5 deletions(-)


--
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: Allow DML commands that create tables to use parallel query.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: On CREATE TABLE, consider skipping validation of subpartitions.