]> granicus.if.org Git - postgresql/commit
Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.
authorRobert Haas <rhaas@postgresql.org>
Thu, 16 Feb 2017 13:37:37 +0000 (08:37 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 16 Feb 2017 13:40:58 +0000 (08:40 -0500)
commit59407301a39f47e35098a1c211f154adcd2bdaf9
tree8b893fbdc4bda30f50ae6ac571fa043bad2fc27b
parent93e6e40574bccf9c6f33c520a4189d3e98e2fd1f
Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.

Amit Langote, reviewed and slightly changed by me.
src/backend/parser/parse_utilcmd.c
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql