pgsql: Fix documentation about DROP DATABASE FORCE process termination

2024-05-16 Thread Noah Misch
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.nmi...@google.com

Branch
--
REL_15_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/484b9587370ecb0325bfc30ca435697f9f52acc6

Modified Files
--
doc/src/sgml/ref/drop_database.sgml | 12 +++-
src/backend/storage/ipc/procarray.c | 25 ++---
2 files changed, 21 insertions(+), 16 deletions(-)



pgsql: Fix documentation about DROP DATABASE FORCE process termination

2024-05-16 Thread Noah Misch
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.nmi...@google.com

Branch
--
REL_14_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/01e98e0cdd36167f01b6d618486897eea1cfd09d

Modified Files
--
doc/src/sgml/ref/drop_database.sgml | 12 +++-
src/backend/storage/ipc/procarray.c | 25 ++---
2 files changed, 21 insertions(+), 16 deletions(-)



pgsql: Fix documentation about DROP DATABASE FORCE process termination

2024-05-16 Thread Noah Misch
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.nmi...@google.com

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/9489f3c6e8cdee1c193c511b523ef9c20deed208

Modified Files
--
doc/src/sgml/ref/drop_database.sgml | 12 +++-
src/backend/storage/ipc/procarray.c | 25 ++---
2 files changed, 21 insertions(+), 16 deletions(-)



pgsql: Fix documentation about DROP DATABASE FORCE process termination

2024-05-16 Thread Noah Misch
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.nmi...@google.com

Branch
--
REL_16_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/382284519e141d41f7dc021d6a5fccd5888af8a1

Modified Files
--
doc/src/sgml/ref/drop_database.sgml | 12 +++-
src/backend/storage/ipc/procarray.c | 25 ++---
2 files changed, 21 insertions(+), 16 deletions(-)



pgsql: Fix documentation about DROP DATABASE FORCE process termination

2024-05-16 Thread Noah Misch
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.nmi...@google.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/372700cf3067254317e7e8060662f8fac11500d5

Modified Files
--
doc/src/sgml/ref/drop_database.sgml | 12 +++-
src/backend/storage/ipc/procarray.c | 25 ++---
2 files changed, 21 insertions(+), 16 deletions(-)