Narrow the scope of a local variable.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3fd80c728dc36fbd250ca3019c2f5fa2567f1a75
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-01-18T20:55:01Z
Releases: 14.0
Narrow the scope of a local variable.

This is better style and more symmetrical with the other if-branch.
This likely should have been included in 9de77b545 (which created
the opportunity), but it was overlooked.

Japin Li

Discussion: https://postgr.es/m/MEYP282MB16699FA4A7CD57EB250E871FB6A40@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Files

PathChange+/−
src/backend/replication/logical/proto.c modified +2 −1

Discussion