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

Started by Peter Geogheganover 4 years ago1 messagescomitters
Jump to latest

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(-)