]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix documentation about DROP DATABASE FORCE process termination rights.
authorNoah Misch <noah@leadboat.com>
Thu, 16 May 2024 21:11:00 +0000 (14:11 -0700)
committerNoah Misch <noah@leadboat.com>
Thu, 16 May 2024 21:11:13 +0000 (14:11 -0700)
commit382284519e141d41f7dc021d6a5fccd5888af8a1
treee3e39e41fdedefe3a779221636024c051a2dcb66
parent0ae05c18e0bf740e6457e710f9323e75f6619c35
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
doc/src/sgml/ref/drop_database.sgml
src/backend/storage/ipc/procarray.c