Switch background worker on/off in runtime.

From: "ISHAN CHHANGANI (dot)" <f20200230(at)hyderabad(dot)bits-pilani(dot)ac(dot)in>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Switch background worker on/off in runtime.
Date: 2024-05-31 09:28:25
Message-ID: SL2P216MB13807782E32729AAD3DC805CF5FC2@SL2P216MB1380.KORP216.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
Is it possible to switch on/off a background worker in runtime?

worker.bgw_flags = BGWORKER_SHMEM_ACCESS;
worker.bgw_start_time = BgWorkerStart_PostmasterStart;

I want to switch off the worker based on some flag value, etc, either from the main process or the worker itself.

Are there any already existing examples?

Thanks,
Ishan.

--
The information contained in this electronic communication is intended
solely for the individual(s) or entity to which it is addressed. It may
contain proprietary, confidential and/or legally privileged information.
Any review, retransmission, dissemination, printing, copying or other use
of, or taking any action in reliance on the contents of this information by
person(s) or entities other than the intended recipient is strictly
prohibited and may be unlawful. If you have received this communication in
error, please notify us by responding to this email or telephone and
immediately and permanently delete all copies of this message and any
attachments from your system(s). The contents of this message do not
necessarily represent the views or policies of BITS Pilani.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2024-05-31 09:46:43 Re: Schema variables - new implementation for Postgres 15
Previous Message Peter Smith 2024-05-31 08:27:42 Re: 001_rep_changes.pl fails due to publisher stuck on shutdown