Re: Injection points: preloading and runtime arguments
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: "Andrey M. Borodin" <x4mmm@yandex-team.ru>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-18T00:55:27Z
Lists: pgsql-hackers
On Wed, Jul 17, 2024 at 11:19:41AM +0900, Michael Paquier wrote: > It works for me to do as you are proposing at the end, that could > always be changed if there are more arguments in favor of a different > behavior that plays more with the shmem data. I have taken some time this morning and applied that after a second lookup. Thanks! If there is anything else you would like to see adjusted in this area, please let me know. -- Michael
Commits
-
Add INJECTION_POINT_CACHED() to run injection points directly from cache
- a0a5869a8598 18.0 landed
-
Support loading of injection points
- 4b211003ecc2 18.0 landed