pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Дата
Msg-id E1TOpPI-000051-Nh@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Add isolation tests for DROP INDEX CONCURRENTLY.
Backpatch to 9.2 to ensure bugs are fixed.

Abhijit Menon-Sen

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d4412fa0e543fa1608c3bb9b6651d247ce59983f

Modified Files
--------------
.../expected/drop-index-concurrently-1.out         |   36 ++++++++++++++++++++
.../expected/drop-index-concurrently-2.out         |   24 +++++++++++++
src/test/isolation/isolation_schedule              |    2 +
.../isolation/specs/drop-index-concurrently-1.spec |   33 ++++++++++++++++++
.../isolation/specs/drop-index-concurrently-2.spec |   21 +++++++++++
5 files changed, 116 insertions(+), 0 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.