diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-01-28 14:08:21 +0100 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-01-28 14:08:21 +0100 |
commit | 950beba0035e862e1f884c1222895055dfcf1500 (patch) | |
tree | 17e04f2cd9816308edbe81e5c3a3a1ecaa15a473 | |
parent | 2acb682f68255e9df4f31ff6421d900a467a4675 (diff) | |
download | postgresql-950beba0035e862e1f884c1222895055dfcf1500.tar.gz postgresql-950beba0035e862e1f884c1222895055dfcf1500.zip |
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.
-rw-r--r-- | doc/src/sgml/bgworker.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index 33ff5269516..d024a1796e0 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -232,7 +232,8 @@ typedef struct BackgroundWorker </para> <para> - The <filename>worker_spi</> contrib module contains a working example, + The <filename>src/test/modules/worker_spi</> module + contains a working example, which demonstrates some useful techniques. </para> |