pgsql: slru.c: Reduce scope of variables in 'for' blocks - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: slru.c: Reduce scope of variables in 'for' blocks
Date
Msg-id E1redGU-000sB7-Bw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
slru.c: Reduce scope of variables in 'for' blocks

Pretty boring.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f79cb7629a4ce6321f509694ebf475a931608b6

Modified Files
--------------
src/backend/access/transam/slru.c | 33 +++++++++++----------------------
1 file changed, 11 insertions(+), 22 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Group more closely cache updates for backends in sequence.c
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Revise MERGE documentation