pgsql: Add missing error code to "cannot attach index ..." error.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Add missing error code to "cannot attach index ..." error.
Дата
Msg-id E1jeFnL-0003xc-1h@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/34301c9c5674919ef2e786f1157b3ced543b02e2

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix typo in test comment.
Следующее
От: Joe Conway
Дата:
Сообщение: pgsql: Add CHECK_FOR_INTERRUPTS() to the repeat() function