public inbox for [email protected]
help / color / mirror / Atom feedFrom: Michał Kłeczek <[email protected]>
To: PostgreSQL Hackers <[email protected]>
Subject: Is it safe to cache data by GiST consistent function
Date: Wed, 3 Apr 2024 08:43:17 +0200
Message-ID: <[email protected]> (raw)
Hello,
When implementing a GiST consistent function I found the need to cache pre-processed query across invocations.
I am not sure if it is safe to do (or I need to perform some steps to make sure cached info is not leaked between rescans).
The comment in gistrescan says:
/*
* If this isn't the first time through, preserve the fn_extra
* pointers, so that if the consistentFns are using them to cache
* data, that data is not leaked across a rescan.
*/
which seems to me self-contradictory as fn_extra is preserved between rescans (so leaks are indeed possible).
Am I missing something?
Thanks,
Michal
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Is it safe to cache data by GiST consistent function
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox