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
b1dc45c1
Commit
b1dc45c1
authored
Jan 18, 2011
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix thinko in comment. Spotted by Jim Nasby.
parent
4acfd43a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/backend/storage/ipc/procarray.c
src/backend/storage/ipc/procarray.c
+2
-2
No files found.
src/backend/storage/ipc/procarray.c
View file @
b1dc45c1
...
@@ -767,7 +767,7 @@ TransactionIdIsInProgress(TransactionId xid)
...
@@ -767,7 +767,7 @@ TransactionIdIsInProgress(TransactionId xid)
}
}
/*
/*
* If
not
first time through, get workspace to remember main XIDs in. We
* If first time through, get workspace to remember main XIDs in. We
* malloc it permanently to avoid repeated palloc/pfree overhead.
* malloc it permanently to avoid repeated palloc/pfree overhead.
*/
*/
if
(
xids
==
NULL
)
if
(
xids
==
NULL
)
...
@@ -1786,7 +1786,7 @@ GetConflictingVirtualXIDs(TransactionId limitXmin, Oid dbOid)
...
@@ -1786,7 +1786,7 @@ GetConflictingVirtualXIDs(TransactionId limitXmin, Oid dbOid)
int
index
;
int
index
;
/*
/*
* If
not
first time through, get workspace to remember main XIDs in. We
* If first time through, get workspace to remember main XIDs in. We
* malloc it permanently to avoid repeated palloc/pfree overhead. Allow
* malloc it permanently to avoid repeated palloc/pfree overhead. Allow
* result space, remembering room for a terminator.
* result space, remembering room for a terminator.
*/
*/
...
...
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