pg_upgrade: Avoid shadowing global var in function The new_cluster parameter in check_for_new_tablespace_dir was shadowing the globally defined new_cluster variable, causing compiler warnings when running with -Wshadow. The function is only applicable to the new cluster, so remove the parameter rather than rename to match check_new_cluster_is_empty which also only applies to the new cluster.
Author: Peter Smith <[email protected]> Discussion: https://postgr.es/m/cahut+pvs_phlntwy1ytgxv0o1twm4ivckbqfzpoqrdsm2ce...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d0e408313536d4d4a0fb4516f2596adbe06a0e60 Modified Files -------------- src/bin/pg_upgrade/check.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
