Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0147fc7

Browse files
committed
Fix typo in multixact.c
Introduced in aa64f23. Author: Nathan Bossart Discussion: https://postgr.es/m/20220209175338.GB1627503@nathanxps13
1 parent 4567596 commit 0147fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/multixact.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ typedef struct MultiXactStateData
285285
* Pointers to the state data in shared memory
286286
*
287287
* The index of the last element of the OldestMemberMXactId and
288-
* OldestVisibleMXacId arrays can be obtained with GetMaxOldestSlot().
288+
* OldestVisibleMXactId arrays can be obtained with GetMaxOldestSlot().
289289
*/
290290
static MultiXactStateData *MultiXactState;
291291
static MultiXactId *OldestMemberMXactId;

0 commit comments

Comments
 (0)