Обсуждение: pgsql: vacuumlazy.c: prefer the term "cleanup lock".

Поиск
Список
Период
Сортировка

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

От
Peter Geoghegan
Дата:
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(-)