Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
4655b607
Commit
4655b607
authored
Oct 04, 2013
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add missing words to bgworker docs.
Maciek Sakrejda
parent
0f1ef790
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/bgworker.sgml
doc/src/sgml/bgworker.sgml
+5
-5
No files found.
doc/src/sgml/bgworker.sgml
View file @
4655b607
...
...
@@ -31,7 +31,7 @@
<para>
Background workers can be initialized at the time that
<productname>PostgreSQL</> is started including the module name in
<productname>PostgreSQL</> is started
by
including the module name in
<varname>shared_preload_libraries</>. A module wishing to run a background
worker can register it by calling
<function>RegisterBackgroundWorker(<type>BackgroundWorker *worker</type>)</function>
...
...
@@ -179,10 +179,10 @@ typedef struct BackgroundWorker
When a background worker is registered using the
<function>RegisterDynamicBackgroundWorker</function> function, it is
possible for the backend performing the registration to obtain information
the status of the worker. Backends wishing to do this should pass the
address of a <type>BackgroundWorkerHandle *</type> as the second argument
to <function>RegisterDynamicBackgroundWorker</function>. If the worker
is successfully registered, this pointer will be initialized with an
regarding the status of the worker. Backends wishing to do this should
pass the address of a <type>BackgroundWorkerHandle *</type> as the second
argument to <function>RegisterDynamicBackgroundWorker</function>. If the
worker
is successfully registered, this pointer will be initialized with an
opaque handle that can subsequently be passed to
<function>GetBackgroundWorkerPid(<parameter>BackgroundWorkerHandle *</parameter>, <parameter>pid_t *</parameter>)</function>.
This function can be used to poll the status of the worker: a return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment