pgsql: Remove old claim that ExclusiveLock is sometimes taken on system

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove old claim that ExclusiveLock is sometimes taken on system
Дата
Msg-id E1PhsUQ-00083s-Vw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove old claim that ExclusiveLock is sometimes taken on system catalogs.

We used to do that on pg_listener, but pg_listener is no more.

Also add a bit more documentation for ShareRowExclusive mode.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5042d16d1210d1a10a896a0fcf81230ff4b0e383

Modified Files
--------------
doc/src/sgml/mvcc.sgml |    7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix thinko in ALTER FOREIGN TABLE documentation.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation