Rename LWLockNewTrancheId() parameter from "name" to "tranche_name" - Mailing list pgsql-hackers

From Sami Imseih
Subject Rename LWLockNewTrancheId() parameter from "name" to "tranche_name"
Date
Msg-id CAA5RZ0tpJ8GBrWshkUJ29Fu3juqgdbr=kfK3O9FMLrEy1zPOkg@mail.gmail.com
Whole thread
Responses Re: Rename LWLockNewTrancheId() parameter from "name" to "tranche_name"
List pgsql-hackers
Hi,

While looking at something nearby, I noticed a naming inconsistency
for the parameter
name in LWLockNewTrancheId(). It should be tranche_name, similar to
RequestNamedLWLockTranche(), and in other places it's referenced in
the docs/comments.

CC'ng Nathan who committed 38b602b0289fe1d where this was introduced.

--
Sami Imseih
Amazon Web Services (AWS)

Attachment

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Better shared data structure management and resizable shared data structures
Next
From: Alvaro Herrera
Date:
Subject: Re: Adding REPACK [concurrently]