Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicate
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/create_index.out | modified | +12 −0 |
| src/test/regress/sql/create_index.sql | modified | +12 −1 |
Discussion
- Assertion on create index concurrently 5 messages · 2021-06-26 → 2021-06-28