Share variable between psql backends in CustomScan

Started by Aminalmost 3 years ago2 messages
#1Amin
amin.fallahi@gmail.com

Hi,

I am looking for a way to define a global variable in CustomScan plugin
that is shared between different psql backends. Is it possible without
using shared memory? Does postgresql implement any function that
facilitates this?

Thank you,
Amin

#2Pavel Stehule
pavel.stehule@gmail.com
In reply to: Amin (#1)
Re: Share variable between psql backends in CustomScan

Hi

so 18. 2. 2023 v 1:37 odesílatel Amin <amin.fallahi@gmail.com> napsal:

Hi,

I am looking for a way to define a global variable in CustomScan plugin
that is shared between different psql backends. Is it possible without
using shared memory? Does postgresql implement any function that
facilitates this?

No - there is nothing like this. You need to use shared memory.

Regards

Pavel

Show quoted text

Thank you,
Amin