pgsql: Add missing error code to "cannot attach index ..." error. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Add missing error code to "cannot attach index ..." error.
Date
Msg-id E1jeFnL-0003xQ-01@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing error code to "cannot attach index ..." error.

ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE was used in an ereport with the
same message but different errdetail a few lines earlier, so use that
here as well.

Backpatch-through: 11

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b1c61e8b8f98f4a1c42856819b6dea600669f47

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix typo in test comment.
Next
From: Joe Conway
Date:
Subject: pgsql: Add CHECK_FOR_INTERRUPTS() to the repeat() function