]> granicus.if.org Git - postgresql/commit
Add two missing cases to ATWrongRelkindError.
authorRobert Haas <rhaas@postgresql.org>
Thu, 22 Oct 2015 21:00:53 +0000 (17:00 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 22 Oct 2015 21:00:53 +0000 (17:00 -0400)
commit872101bede26444324059ba0f27c3b1c8b8140f6
tree2360603af0c3a79251e4709bd2044a3d19e0ff49
parentb2ccb5f4e6c81305386edb34daf7d1d1e1ee112a
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
src/backend/commands/tablecmds.c