]> granicus.if.org Git - postgresql/commit
Back-patch bgworker API changes to 9.3.
authorRobert Haas <rhaas@postgresql.org>
Mon, 22 Jul 2013 19:41:44 +0000 (15:41 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 22 Jul 2013 19:41:44 +0000 (15:41 -0400)
commit026bc46da33ab6a6f720b0d0500e8a95d075ab92
treed3c618d874a2e7f2ca919f5e5232983b0cfb5d46
parent295f9bbf1d2d1e985471bd523c7c9bfd3d134759
Back-patch bgworker API changes to 9.3.

Commit 7f7485a0cde92aa4ba235a1ffe4dda0ca0b6cc9a made these changes
in master; per discussion, backport the API changes (but not the
functional changes), so that people don't get used to the 9.3 API
only to see it get broken in the next release.  There are already
some people coding to the original 9.3 API, and this will cause
minor breakage, but there will be even more if we wait until next
year to roll out these changes.
contrib/worker_spi/worker_spi.c
doc/src/sgml/bgworker.sgml
src/backend/postmaster/postmaster.c
src/include/postmaster/bgworker.h