Fix spi_worker mention in bgworker documentation

The documentation mentioned contrib/ but the module was moved to
src/test/modules/ by commit 22dfd116a1 of 9.5 era.

Problem pointed out by Dickson Guedes in bug #13896
Backpatch-to: 9.5.
This commit is contained in:
Alvaro Herrera 2016-01-28 14:08:21 +01:00
parent 2acb682f68
commit 950beba003

View File

@ -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>