vacuumlazy.c: prefer the term "cleanup lock".
authorPeter Geoghegan <pg@bowt.ie>
Sun, 28 Nov 2021 00:05:01 +0000 (16:05 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Sun, 28 Nov 2021 00:05:01 +0000 (16:05 -0800)
commit276db875d4f9be2911582f367596d444d6986c77
treef6c68bb3738ebe70b604e696765c75ff60205d3e
parent12b5ade9023f3ecaddcbc423a22dc284c91c79f6
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.
src/backend/access/heap/vacuumlazy.c