pgsql: Fix shadow variable in postgres.c

Started by Michael Paquierover 3 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/Y0Ya5SH0QiaO9kKG@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4574eb9d38c69f4c90b5468f740ff22519752066

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