From: Alvaro Herrera Date: Thu, 28 Jan 2016 13:08:21 +0000 (+0100) Subject: Fix spi_worker mention in bgworker documentation X-Git-Tag: REL9_5_1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=950beba0035e862e1f884c1222895055dfcf1500;p=postgresql Fix spi_worker mention in bgworker documentation The documentation mentioned contrib/ but the module was moved to src/test/modules/ by commit 22dfd116a127a of 9.5 era. Problem pointed out by Dickson Guedes in bug #13896 Backpatch-to: 9.5. --- diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index 33ff526951..d024a1796e 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -232,7 +232,8 @@ typedef struct BackgroundWorker - The worker_spi contrib module contains a working example, + The src/test/modules/worker_spi module + contains a working example, which demonstrates some useful techniques.