mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Make builtin lwlock tranche names consistent.
Previously, we had a mix of styles. Amit Kapila
This commit is contained in:
@ -4675,7 +4675,7 @@ XLOGShmemInit(void)
|
||||
(WALInsertLockPadded *) allocptr;
|
||||
allocptr += sizeof(WALInsertLockPadded) * NUM_XLOGINSERT_LOCKS;
|
||||
|
||||
XLogCtl->Insert.WALInsertLockTranche.name = "WALInsertLocks";
|
||||
XLogCtl->Insert.WALInsertLockTranche.name = "wal_insert";
|
||||
XLogCtl->Insert.WALInsertLockTranche.array_base = WALInsertLocks;
|
||||
XLogCtl->Insert.WALInsertLockTranche.array_stride = sizeof(WALInsertLockPadded);
|
||||
|
||||
|
Reference in New Issue
Block a user