Remove pg_wait_for_backend_termination().

Noah Misch <noah@leadboat.com>

Commit: 5f1df62a459b51ab3bb625a0ee5e655429254257
Author: Noah Misch <noah@leadboat.com>
Date: 2021-06-15T00:29:37Z
Releases: 14.0
Remove pg_wait_for_backend_termination().

It was unable to wait on a backend that had already left the procarray.
Users tolerant of that limitation can poll pg_stat_activity.  Other
users can employ the "timeout" argument of pg_terminate_backend().

Reviewed by Bharath Rupireddy.

Discussion: https://postgr.es/m/20210605013236.GA208701@rfd.leadboat.com

Files

Documentation touched

Discussion