pgsql: Revert XactLockTableWait context setup in conditional multixact

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Revert XactLockTableWait context setup in conditional multixact
Дата
Msg-id E1XM02G-00048o-CO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert XactLockTableWait context setup in conditional multixact wait

There's no point in setting up a context error callback when doing
conditional lock acquisition, because we never actually wait and so the
able wouldn't be able to see it.

Backpatch to 9.4, where this was added.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/34356933f044d5e3fa02a30ef1fe859eca20d605

Modified Files
--------------
src/backend/access/heap/heapam.c |   11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: DefineType: return base type OID, not its array
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: upgrade docs: highlight pg_upgrade, warn about globals preserva