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
2a90cb69
Commit
2a90cb69
authored
Mar 15, 2016
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
Thomas Reiss
parent
c16dc1ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/monitoring.sgml
doc/src/sgml/monitoring.sgml
+2
-2
No files found.
doc/src/sgml/monitoring.sgml
View file @
2a90cb69
...
@@ -663,7 +663,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
...
@@ -663,7 +663,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<listitem>
<listitem>
<para>
<para>
<literal>Lock</>: The backend is waiting for a heavyweight lock.
<literal>Lock</>: The backend is waiting for a heavyweight lock.
Heayweight locks, also known as lock manager locks or simply locks,
Hea
v
yweight locks, also known as lock manager locks or simply locks,
primarily protect SQL-visible objects such as tables. However,
primarily protect SQL-visible objects such as tables. However,
they are also used to ensure mutual exclusion for certain internal
they are also used to ensure mutual exclusion for certain internal
operations such as relation extension. <literal>wait_event</> will
operations such as relation extension. <literal>wait_event</> will
...
@@ -971,7 +971,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
...
@@ -971,7 +971,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<row>
<row>
<entry morerows="15"><literal>LWLockTranche</></entry>
<entry morerows="15"><literal>LWLockTranche</></entry>
<entry><literal>clog</></entry>
<entry><literal>clog</></entry>
<entry>Waiting for I/O on a clog (trans
ca
tion status) buffer.</entry>
<entry>Waiting for I/O on a clog (trans
ac
tion status) buffer.</entry>
</row>
</row>
<row>
<row>
<entry><literal>commit_timestamp</></entry>
<entry><literal>commit_timestamp</></entry>
...
...
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