1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Make builtin lwlock tranche names consistent.

Previously, we had a mix of styles.

Amit Kapila
This commit is contained in:
Robert Haas
2016-02-12 08:07:11 -05:00
parent caefc11ef6
commit 63461a63f9
4 changed files with 5 additions and 5 deletions

View File

@@ -474,7 +474,7 @@ ReplicationOriginShmemInit(void)
int i;
replication_states_ctl->tranche_id = LWTRANCHE_REPLICATION_ORIGIN;
replication_states_ctl->tranche.name = "ReplicationOrigins";
replication_states_ctl->tranche.name = "replication_origin";
replication_states_ctl->tranche.array_base =
&replication_states[0].lock;
replication_states_ctl->tranche.array_stride =