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

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: prefer the term "cleanup lock".
Date: 2021-11-28 00:06:22
Message-ID: E1mr7i2-0001Sz-8L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-11-29 01:40:58 pgsql: Improve psql tab completion for views, FDWs, sequences and trans
Previous Message Peter Geoghegan 2021-11-27 22:31:24 pgsql: Update high level vacuumlazy.c comments.