git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: c2316dc) | patch
Provide a reliable mechanism for terminating a background worker.
2013年10月18日 14:21:25 +0000 (10:21 -0400)
2013年10月18日 14:23:11 +0000 (10:23 -0400)
commit 523beaa11bdf6a9864e8978b467ed586b792c9ca
Provide a reliable mechanism for terminating a background worker.

Although previously-introduced APIs allow the process that registers a
background worker to obtain the worker's PID, there's no way to prevent
a worker that is not currently running from being restarted. This
patch introduces a new API TerminateBackgroundWorker() that prevents
the background worker from being restarted, terminates it if it is
currently running, and causes it to be unregistered if or when it is
not running.

Patch by me. Review by Michael Paquier and KaiGai Kohei.
doc/src/sgml/bgworker.sgml diff | blob | blame | history
src/backend/postmaster/bgworker.c diff | blob | blame | history
src/backend/postmaster/postmaster.c diff | blob | blame | history
src/include/postmaster/bgworker.h diff | blob | blame | history
src/include/postmaster/bgworker_internals.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /