diff options
| author | Alvaro Herrera | 2016-01-28 13:08:21 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2016-01-28 13:08:21 +0000 |
| commit | e37483857dc4cf7106a47847620a074b1c921142 (patch) | |
| tree | 2b0fcc27953e1c43fda68888655ac98da6383f45 | |
| parent | 62e2ddd4ca47756372f2788256f445bba6bb492c (diff) | |
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 5570ed045db..07f9f1081c3 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -290,7 +290,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> |
