tablecmds: Open pg_class only when an update is required

Поиск
Список
Период
Сортировка
От Chao Li
Тема tablecmds: Open pg_class only when an update is required
Дата
Msg-id CAEoWx2k6EKSxpYuh8BJOSDiWqOsyi65C0TSwN0vAutnZ+o617g@mail.gmail.com
обсуждение исходный текст
Ответы Re: tablecmds: Open pg_class only when an update is required
Список pgsql-hackers
Hi Hackers,

I just noticed that relation_mark_replica_identity() unconditionally opened pg_class with RowExclusiveLock even in cases where relreplident has no change, which incurred unnecessary relation opens, lock acquisition.

I just made a tiny refactor that defers opening pg_class until we know that an update to relreplident is required.

I have manually tested the change, and "make check" passed.

Best regards,
Chao Li (Evan)
---------------------
HighGo Software Co., Ltd.
https://www.highgo.com/
Вложения

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