diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-08-09 22:44:20 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-08-09 22:44:20 +0300 |
commit | b43100fa71d7f21751b0b1b9b84833be95336386 (patch) | |
tree | 436d1b543668bcfb3d87bd951d51347f6a9aabd5 /src/backend/executor/nodeSubqueryscan.c | |
parent | 7fceb5725b05768e9c76b1c3af447dfea8f8da53 (diff) | |
download | postgresql-b43100fa71d7f21751b0b1b9b84833be95336386.tar.gz postgresql-b43100fa71d7f21751b0b1b9b84833be95336386.zip |
Make BackgroundWorkerList doubly-linked
This allows ForgetBackgroundWorker() and ReportBackgroundWorkerExit()
to take a RegisteredBgWorker pointer as argument, rather than a list
iterator. That feels a little more natural. But more importantly, this
paves the way for more refactoring in the next commit.
Reviewed-by: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://www.postgresql.org/message-id/835232c0-a5f7-4f20-b95b-5b56ba57d741@iki.fi
Diffstat (limited to 'src/backend/executor/nodeSubqueryscan.c')
0 files changed, 0 insertions, 0 deletions