pgsql: Make builtin lwlock tranche names consistent.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make builtin lwlock tranche names consistent.
Date: 2016-02-12 13:07:33
Message-ID: E1aUDRd-0002g7-M5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make builtin lwlock tranche names consistent.

Previously, we had a mix of styles.

Amit Kapila

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/63461a63f94a333eae272be3d44ae1602cda75cb

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
src/backend/replication/logical/origin.c | 2 +-
src/backend/replication/slot.c | 2 +-
src/backend/storage/buffer/buf_init.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-12 13:10:46 Re: [COMMITTERS] pgsql: Code cleanup in the wake of recent LWLock refactoring.
Previous Message Pavel Stehule 2016-02-12 13:02:22 Re: [COMMITTERS] pgsql: Code cleanup in the wake of recent LWLock refactoring.