Re: pg_upgrade - a function parameter shadows global 'new_cluster'

Peter Smith <smithpb2250@gmail.com>

From: Peter Smith <smithpb2250@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-08-23T23:07:55Z
Lists: pgsql-hackers
On Wed, Aug 23, 2023 at 6:00 PM Daniel Gustafsson <daniel@yesql.se> wrote:

> > On 23 Aug 2023, at 03:28, Peter Smith <smithpb2250@gmail.com> wrote:
>
> > PSA a small patch to remove the unnecessary parameter, and so eliminate
> this shadowing.
>
> Agreed, applied. Thanks!
>
>
Thanks for pushing!

------
Kind Regards,
Peter Smith.
Fujitsu Australia

Commits

  1. pg_upgrade: Avoid shadowing global var in function