Commit e3748385 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix spi_worker mention in bgworker documentation

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

Problem pointed out by Dickson Guedes in bug #13896
Backpatch-to: 9.5.
parent 62e2ddd4
...@@ -290,7 +290,8 @@ typedef struct BackgroundWorker ...@@ -290,7 +290,8 @@ typedef struct BackgroundWorker
</para> </para>
<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. which demonstrates some useful techniques.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment