pgsql: Talk about assigning, rather than generating, new MultiXactIds.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Talk about assigning, rather than generating, new MultiXactIds.
Date: 2023-10-17 14:32:59
Message-ID: E1qsl7y-0010r3-KE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Talk about assigning, rather than generating, new MultiXactIds.

The word "assign" is used in various places internally to describe what
GetNewMultiXactId does, but the user-facing messages have previously
said "generate". For consistency, standardize on "assign," which seems
(at least to me) to be slightly clearer.

Discussion: http://postgr.es/m/CA+TgmoaoE1_i3=4-7GCTtKLVZVQ2Gh6qESW2VG1OprtycxOHMA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a1a5da8cb74b7abf54a1f5fc5b5a442bb807843c

Modified Files
--------------
src/backend/access/transam/multixact.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-10-17 14:39:17 pgsql: Reword messages about impending (M)XID exhaustion.
Previous Message Michael Paquier 2023-10-17 05:37:19 pgsql: Improve truncation of pg_serial/, removing "apparent wraparound"