Add 'no_error' argument to pg_wal_replay_wait()

Alexander Korotkov <akorotkov@postgresql.org>

Commit: e546989a269d5d73d283901aadcfda8c6d98e87b
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2024-10-24T12:02:21Z
Releases: 18.0
Add 'no_error' argument to pg_wal_replay_wait()

This argument allow skipping throwing an error.  Instead, the result status
can be obtained using pg_wal_replay_wait_status() function.

Catversion is bumped.

Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZtUF17gF0pNpwZDI%40paquier.xyz
Reviewed-by: Pavel Borisov

Files

Documentation touched

Discussion