pgsql: Fix assertion if index is dropped during REFRESH CONCURRENTLY

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix assertion if index is dropped during REFRESH CONCURRENTLY
Дата
Msg-id E1rWvHE-004kv4-6B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix assertion if index is dropped during REFRESH CONCURRENTLY

When assertions are disabled, the built SQL statement is invalid and
you get a "syntax error". So this isn't a serious problem, but let's
avoid the assertion failure.

Backpatch to all supported versions.

Reviewed-by: Noah Misch

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/add8bc9b8c31fd0c7acfd64a4e2af71ea7b6b58c

Modified Files
--------------
src/backend/commands/matview.c        |  7 +++++--
src/test/regress/expected/matview.out | 16 ++++++++++++++++
src/test/regress/sql/matview.sql      | 17 +++++++++++++++++
3 files changed, 38 insertions(+), 2 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Enhance libpqrcv APIs to support slot synchronization.
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: pgsql: Generate syscache info from catalog files