Fix typo in multixact.c
Introduced in aa64f23. Author: Nathan Bossart Discussion: https://postgr.es/m/20220209175338.GB1627503@nathanxps13
This commit is contained in:
parent
4567596316
commit
0147fc7c8c
@ -285,7 +285,7 @@ typedef struct MultiXactStateData
|
|||||||
* Pointers to the state data in shared memory
|
* Pointers to the state data in shared memory
|
||||||
*
|
*
|
||||||
* The index of the last element of the OldestMemberMXactId and
|
* The index of the last element of the OldestMemberMXactId and
|
||||||
* OldestVisibleMXacId arrays can be obtained with GetMaxOldestSlot().
|
* OldestVisibleMXactId arrays can be obtained with GetMaxOldestSlot().
|
||||||
*/
|
*/
|
||||||
static MultiXactStateData *MultiXactState;
|
static MultiXactStateData *MultiXactState;
|
||||||
static MultiXactId *OldestMemberMXactId;
|
static MultiXactId *OldestMemberMXactId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user