From e37483857dc4cf7106a47847620a074b1c921142 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 28 Jan 2016 14:08:21 +0100 Subject: [PATCH] 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. --- doc/src/sgml/bgworker.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index 5570ed045d..07f9f1081c 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.