hapostgres / pg_auto_failover

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

Fix compat with Postgres 15devel again. #842

Closed DimCitus closed 2 years ago

DimCitus commented 2 years ago

A recent patch in Postgres source code replaces the random() API that is embedded in libpq client-side (and also in the backend, but we're good on that front).

See https://git.postgresql.org/cgit/postgresql.git/commit/?id=3804539e48e794781c6145c7f988f5d507418fa8 for details.