pgsql: Partially restore comments discussing enum renumbering hazards.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Partially restore comments discussing enum renumbering hazards.
Дата
Msg-id E1VEjTj-0001j8-D4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Partially restore comments discussing enum renumbering hazards.

As noted by Tom Lane, commit 813fb0315587d32e3b77af1051a0ef517d187763
was overly optimistic about how safe it is to concurrently change
enumsortorder values under MVCC catalog scan semantics.  Restore
some of the previous text, with hopefully-correct adjustments for
the new state of play.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/pg_enum.c |   19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Accept multiple -I, -P, -T and -n options in pg_restore.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow discovery of whether a dynamic background worker is runnin