Fix documentation about DROP DATABASE FORCE process termination rights.

Noah Misch <noah@leadboat.com>

Commit: 484b9587370ecb0325bfc30ca435697f9f52acc6
Author: Noah Misch <noah@leadboat.com>
Date: 2024-05-16T21:11:13Z
Releases: 15.8
Fix documentation about DROP DATABASE FORCE process termination rights.

Specifically, it terminates a background worker even if the caller
couldn't terminate the background worker with pg_terminate_backend().
Commit 3a9b18b3095366cd0c4305441d426d04572d88c1 neglected to update
this.  Back-patch to v13, which introduced DROP DATABASE FORCE.

Reviewed by Amit Kapila.  Reported by Kirill Reshke.

Discussion: https://postgr.es/m/20240429212756.60.nmisch@google.com

Files

PathChange+/−
doc/src/sgml/ref/drop_database.sgml modified +7 −5
src/backend/storage/ipc/procarray.c modified +14 −11

Documentation touched

Discussion