pgsql: vacuumlazy.c: prefer the term "cleanup lock". - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: vacuumlazy.c: prefer the term "cleanup lock".
Date
Msg-id E1mr7i2-0001Sz-8L@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Update high level vacuumlazy.c comments.
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve psql tab completion for views, FDWs, sequences and trans