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_6_BETA1~809 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e37483857dc4cf7106a47847620a074b1c921142;p=thirdparty%2Fpostgresql.git 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 5570ed045db..07f9f1081c3 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -290,7 +290,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.