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
88222636
Commit
88222636
authored
Jul 30, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of comments.
parent
0bee536a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
src/backend/storage/ipc/procarray.c
src/backend/storage/ipc/procarray.c
+4
-6
No files found.
src/backend/storage/ipc/procarray.c
View file @
88222636
...
...
@@ -23,7 +23,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.1
5 2006/07/30 02:07:18 alvherre
Exp $
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.1
6 2006/07/30 20:17:11 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -446,10 +446,8 @@ GetOldestXmin(bool allDbs, bool ignoreVacuum)
/*
* Also consider the transaction's Xmin, if set.
*
* Note that this Xmin may seem to be guaranteed to be always
* lower than the transaction's Xid, but this is not so because
* there is a time window on which the Xid is already assigned
* but the Xmin has not being calculated yet.
* We must check both Xid and Xmin because there is a window
* where an xact's Xid is set but Xmin isn't yet.
*/
xid
=
proc
->
xmin
;
if
(
TransactionIdIsNormal
(
xid
))
...
...
@@ -489,7 +487,7 @@ GetOldestXmin(bool allDbs, bool ignoreVacuum)
* older than this are known not running any more.
* RecentGlobalXmin: the global xmin (oldest TransactionXmin across all
* running transactions, except those running LAZY VACUUM). This is
* the same computation done by GetOldestXmin(true,
fals
e).
* the same computation done by GetOldestXmin(true,
tru
e).
*----------
*/
Snapshot
...
...
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