Rename various "freeze multixact" variables
Alvaro Herrera <alvherre@alvh.no-ip.org>
Rename various "freeze multixact" variables It seems to make more sense to use "cutoff multixact" terminology throughout the backend code; "freeze" is associated with replacing of an Xid with FrozenTransactionId, which is not what we do for MultiXactIds. Andres Freund Some adjustments by Álvaro Herrera
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +2 −2 |
| src/backend/access/heap/rewriteheap.c | modified | +6 −6 |
| src/backend/access/transam/multixact.c | modified | +1 −1 |
| src/backend/commands/cluster.c | modified | +16 −15 |
| src/backend/commands/dbcommands.c | modified | +1 −1 |
| src/backend/commands/vacuum.c | modified | +22 −22 |
| src/backend/commands/vacuumlazy.c | modified | +6 −6 |
| src/backend/postmaster/autovacuum.c | modified | +4 −5 |
| src/include/access/rewriteheap.h | modified | +1 −1 |
| src/include/commands/cluster.h | modified | +1 −1 |
| src/include/commands/vacuum.h | modified | +1 −1 |