| From: | "Aya Iwata (Fujitsu)" <iwata(dot)aya(at)fujitsu(dot)com> |
|---|---|
| To: | 'Pavel Stehule' <pavel(dot)stehule(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz> |
| Cc: | Peter Smith <smithpb2250(at)gmail(dot)com>, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE |
| Date: | 2025-12-25 13:24:33 |
| Message-ID: | OS7PR01MB11964C83E8E543743581250B0EAB3A@OS7PR01MB11964.jpnprd01.prod.outlook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi
https://www.postgresql.org/message-id/aPBoXXW3XuwiIsHG%40paquier.xyz
Based on previous discussions, we had configured DROP/ALTER DATABASE to
terminate only background workers with specific parameters set.
To reconsider the default behavior, I created the following patches:
0001 is the patch for the existing implementation.
0002 is the patch modified based on Pavel-san's suggestion.
The 0002 patch changes the default behavior to terminate background workers
when DROP/ALTER DATABASE is executed. It also includes a test set
for this change.
For background workers that should not be terminated, setting
the BGWORKER_PROTECTED parameter prevents this.
The relationship with the FORCE option during DROP DATABASE is as follows:
FORCE option present, flag present... TERMINATE
FORCE option present, flag absent... TERMINATE
FORCE option absent, flag present... Does not TERMINATE due to the flag
FORCE option absent, flag absent... TERMINATE
I would like to know your comments on which implementation is preferable.
Regards,
Aya Iwata
| Attachment | Content-Type | Size |
|---|---|---|
| v0011-0001-Allow-background-workers-to-be-terminated.patch | application/octet-stream | 13.8 KB |
| v0011-0002-Renamed-the-flag-to-BGWORKER_PROTECTED.patch | application/octet-stream | 9.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chao Li | 2025-12-25 13:34:06 | Re: Fix incorrect assertion in heapgettup_pagemode() |
| Previous Message | Xuneng Zhou | 2025-12-25 12:52:34 | Re: Implement waiting for wal lsn replay: reloaded |