pgsql: Improve error message when skipping scan of default partition.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve error message when skipping scan of default partition.
Date: 2017-10-05 17:12:40
Message-ID: E1e09hQ-0006mD-GZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-10-05 17:24:39 pgsql: On CREATE TABLE, consider skipping validation of subpartitions.
Previous Message Alvaro Herrera 2017-10-05 16:24:03 Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple