pgsql: Add two missing cases to ATWrongRelkindError. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add two missing cases to ATWrongRelkindError.
Date
Msg-id E1ZpN3k-0003VK-FJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add two missing cases to ATWrongRelkindError.

This way, we produce a better error message if someone tries to do
something like ALTER INDEX .. ALTER COLUMN .. SET STORAGE.

Amit Langote

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/17b07afae341c05f2dae1b6c588df6b267e699f2

Modified Files
--------------
src/backend/commands/tablecmds.c |    6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: shm_mq: Fix failure to notice a dead counterparty when nowait is
Next
From: Robert Haas
Date:
Subject: pgsql: Add two missing cases to ATWrongRelkindError.