pgsql: Fix identify_locking_dependencies for schema-only dumps.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix identify_locking_dependencies for schema-only dumps.
Дата
Msg-id E1XXXmF-0007EW-VW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix identify_locking_dependencies for schema-only dumps.

Without this fix, parallel restore of a schema-only dump can deadlock,
because when the dump is schema-only, the dependency will still be
pointing at the TABLE item rather than the TABLE DATA item.

Robert Haas and Tom Lane

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c |   16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix identify_locking_dependencies for schema-only dumps.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix identify_locking_dependencies for schema-only dumps.