Skip to content
Snippets Groups Projects
Commit 0ff5047d authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix typo in docs.

Shigeru Hanada
parent db75e524
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ typedef struct BackgroundWorker ...@@ -192,7 +192,7 @@ typedef struct BackgroundWorker
opaque handle that can subsequently be passed to opaque handle that can subsequently be passed to
<function>GetBackgroundWorkerPid(<parameter>BackgroundWorkerHandle *</parameter>, <parameter>pid_t *</parameter>)</function> or <function>GetBackgroundWorkerPid(<parameter>BackgroundWorkerHandle *</parameter>, <parameter>pid_t *</parameter>)</function> or
<function>TerminateBackgroundWorker(<parameter>BackgroundWorkerHandle *</parameter>)</function>. <function>TerminateBackgroundWorker(<parameter>BackgroundWorkerHandle *</parameter>)</function>.
<function>GetBackgroundWorker</> can be used to poll the status of the <function>GetBackgroundWorkerPid</> can be used to poll the status of the
worker: a return value of <literal>BGWH_NOT_YET_STARTED</> indicates that worker: a return value of <literal>BGWH_NOT_YET_STARTED</> indicates that
the worker has not yet been started by the postmaster; the worker has not yet been started by the postmaster;
<literal>BGWH_STOPPED</literal> indicates that it has been started but is <literal>BGWH_STOPPED</literal> indicates that it has been started but is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment