pgsql: lwlock: Improve local variable name

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: lwlock: Improve local variable name
Date: 2026-01-14 16:20:27
Message-ID: E1vg3be-000SIJ-2L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-01-14 20:02:01 pgsql: Remove redundant assignment in CreateWorkExprContext
Previous Message Peter Eisentraut 2026-01-14 14:35:32 pgsql: doc: Slightly correct advice on C/C++ linkage