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/y0ya5sh0qiao9...@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(-)