pgsql: Add test for CREATE INDEX CONCURRENTLY with not-so-immutable pre

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add test for CREATE INDEX CONCURRENTLY with not-so-immutable pre
Дата
Msg-id E1lxgrW-00013d-K3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicate

83158f7 has improved index_set_state_flags() so as it is possible to use
transactional updates when updating pg_index state flags, but there was
not really a test case which stressed directly the possibility it fixed.
This commit adds such a test, using a predicate that looks valid in
appearance but calls a stable function.

Author: Andrey Lepikhov
Discussion: https://postgr.es/m/9b905019-5297-7372-0ad2-e1a4bb66a719@postgrespro.ru
Backpatch-through: 9.6

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5160d5bb16625e154857ad7f717ddaee118b3fd3

Modified Files
--------------
src/test/regress/expected/create_index.out | 12 ++++++++++++
src/test/regress/sql/create_index.sql      | 13 ++++++++++++-
2 files changed, 24 insertions(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Make index_set_state_flags() transactional
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICA