Background Processes in Postgres Extension

From: Sushrut Shivaswamy <sushrut(dot)shivaswamy(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Background Processes in Postgres Extension
Date: 2024-04-23 15:17:25
Message-ID: CAH5mb9-FxKF3ocrG7BEzysvWXN-89-zvcO4uwwy=yyAwswTgrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey,

I'm developing a postgres extension as a custom Table Interface method
definition.
WIthin the extension, I"m planning to create two background processes using
`fork()` that will process data in the background.

Are there any recommendations / guidelines around creating background
processes within extensions in postgres?

Thanks,
Sushrut

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2024-04-23 15:33:51 Re: pgsql: Introduce "builtin" collation provider.
Previous Message Robert Haas 2024-04-23 15:03:31 Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs