]> granicus.if.org Git - postgresql/commit
Improve error message when skipping scan of default partition.
authorRobert Haas <rhaas@postgresql.org>
Thu, 5 Oct 2017 16:19:40 +0000 (12:19 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 5 Oct 2017 16:19:40 +0000 (12:19 -0400)
commitc31e9d4bafd80da52408af5f87fe874c9ca0c952
treec589635f7a6dc0ef0b98664a29ca6d86e8b4362d
parente9baa5e9fa147e00a2466ab2c40eb99c8a700824
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
src/backend/commands/tablecmds.c
src/test/regress/expected/alter_table.out