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