Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4567596 commit 0147fc7Copy full SHA for 0147fc7
src/backend/access/transam/multixact.c
@@ -285,7 +285,7 @@ typedef struct MultiXactStateData
285
* Pointers to the state data in shared memory
286
*
287
* The index of the last element of the OldestMemberMXactId and
288
- * OldestVisibleMXacId arrays can be obtained with GetMaxOldestSlot().
+ * OldestVisibleMXactId arrays can be obtained with GetMaxOldestSlot().
289
*/
290
static MultiXactStateData *MultiXactState;
291
static MultiXactId *OldestMemberMXactId;
0 commit comments