Fix shadow variable in postgres.c
authorMichael Paquier <michael@paquier.xyz>
Wed, 12 Oct 2022 04:42:30 +0000 (13:42 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 12 Oct 2022 04:42:30 +0000 (13:42 +0900)
commit4574eb9d38c69f4c90b5468f740ff22519752066
treeab53a4ce74678120fc3b19ca53abb221b666b644
parenta1176c67c42cf687675be762ebb6075e092d3d0a
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
src/backend/tcop/postgres.c