hapostgres / pg_auto_failover

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

Fix incorrect order of arguments in prototype #887

Closed danielgustafsson closed 2 years ago

danielgustafsson commented 2 years ago

The prototype of pg_setup_standby_mode() in the pgctl.h header file listed the argument in the wrong order compared to the implementation. The type of the arguments were equal so it still compiled fine.

rheaton commented 2 years ago

LGTM