EnterpriseDB / repmgr

A lightweight replication manager for PostgreSQL (Postgres)
https://repmgr.org/
Other
1.58k stars 252 forks source link

Fix shadowed declaration #869

Closed gonzalemario closed 1 week ago

gonzalemario commented 2 weeks ago

Since b5934bfd6071 in postgresql.git the flag -Wshadow=compatible-local is activated. This commit fixes any duplicated declaration made in the same function.

References: HL-40