hapostgres / pg_auto_failover

Postgres extension and service for automated failover and high-availability
Other
1.07k stars 113 forks source link

Fix incorrect indentation of foreach block #884

Closed danielgustafsson closed 2 years ago

danielgustafsson commented 2 years ago

The statement in the foreach() block was indented on the same level which is confusing for reader (and potentially triggers static analysis tools).