pgsql: Add two missing cases to ATWrongRelkindError.
pgsql: Add two missing cases to ATWrongRelkindError.
От:
Robert Haas <rhaas@postgresql.org>
Дата:
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(+)