diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-11-14 16:12:32 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-11-14 16:12:32 +0200 |
commit | 5b007868577ae18d419c01ee739e5674fa8b2acf (patch) | |
tree | a810280c0276ab42a5264ea472007f9175bdbc74 /src/backend/access/gist/gist.c | |
parent | a78af0427015449269fb7d9d8c6057cfcb740149 (diff) | |
download | postgresql-5b007868577ae18d419c01ee739e5674fa8b2acf.tar.gz postgresql-5b007868577ae18d419c01ee739e5674fa8b2acf.zip |
Pass MyPMChildSlot as an explicit argument to child process
All the other global variables passed from postmaster to child have
the same value in all the processes, while MyPMChildSlot is more like
a parameter to each child process.
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/a102f15f-eac4-4ff2-af02-f9ff209ec66f@iki.fi
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions