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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Improve error message when skipping scan of default partition.
Дата
Msg-id E1e09hQ-0006mD-GZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Allow DML commands that create tables to use parallel query.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: On CREATE TABLE, consider skipping validation of subpartitions.