File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ typedef struct BackgroundWorker
192
192
opaque handle that can subsequently be passed to
193
193
<function>GetBackgroundWorkerPid(<parameter>BackgroundWorkerHandle *</parameter>, <parameter>pid_t *</parameter>)</function> or
194
194
<function>TerminateBackgroundWorker(<parameter>BackgroundWorkerHandle *</parameter>)</function>.
195
- <function>GetBackgroundWorker </> can be used to poll the status of the
195
+ <function>GetBackgroundWorkerPid </> can be used to poll the status of the
196
196
worker: a return value of <literal>BGWH_NOT_YET_STARTED</> indicates that
197
197
the worker has not yet been started by the postmaster;
198
198
<literal>BGWH_STOPPED</literal> indicates that it has been started but is
You can’t perform that action at this time.
0 commit comments