pgsql: lwlock: Improve local variable name

Started by Andres Freund6 months ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

lwlock: Improve local variable name

In 9a385f61666 I used the variable name new_release_in_progress, but
new_wake_in_progress makes more sense given the flag name.

Suggested-by: Chao Li <li.evan.chao@gmail.com>
Discussion: /messages/by-id/AC5E365D-7AD9-47AE-B2C6-25756712B188@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/556c92a68972818b24d31d060175ae8131d3297b

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)