pgsql: vacuumlazy.c: prefer the term "cleanup lock".

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: vacuumlazy.c: prefer the term "cleanup lock".
Дата
Msg-id E1mr7i2-0001Sz-8L@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
vacuumlazy.c: prefer the term "cleanup lock".

The term "super-exclusive lock" is an acceptable synonym of "cleanup
lock".  Even still, switching from one term to the other in the same
file is confusing.  Standardize on "cleanup lock" within vacuumlazy.c.

Per a complaint from Andres Freund.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/276db875d4f9be2911582f367596d444d6986c77

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Update high level vacuumlazy.c comments.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve psql tab completion for views, FDWs, sequences and trans