Fix shadow variable in postgres.c

Michael Paquier <michael@paquier.xyz>

Commit: 4574eb9d38c69f4c90b5468f740ff22519752066
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-10-12T04:42:30Z
Releases: 16.0
Fix shadow variable in postgres.c

-Wshadow=compatible-local is added by default since 0fe954c, and this
warning was detected under -DWRITE_READ_PARSE_PLAN_TREES.

Reviewed-by: David Rowley
Discussion: https://postgr.es/m/Y0Ya5SH0QiaO9kKG@paquier.xyz

Files

PathChange+/−
src/backend/tcop/postgres.c modified +3 −3

Discussion