mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
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
This commit is contained in:
@ -1664,7 +1664,7 @@ get_db_info(const char *name, LOCKMODE lockmode,
|
||||
/* limit of frozen XIDs */
|
||||
if (dbFrozenXidP)
|
||||
*dbFrozenXidP = dbform->datfrozenxid;
|
||||
/* limit of frozen Multixacts */
|
||||
/* minimum MultixactId */
|
||||
if (dbMinMultiP)
|
||||
*dbMinMultiP = dbform->datminmxid;
|
||||
/* default tablespace for this database */
|
||||
|
Reference in New Issue
Block a user