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
6b240363
Commit
6b240363
authored
Jun 02, 2010
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix obsolete comments that I neglected to update in a previous patch.
Fujii Masao
parent
2681c51e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/backend/access/transam/xlog.c
src/backend/access/transam/xlog.c
+3
-5
No files found.
src/backend/access/transam/xlog.c
View file @
6b240363
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.41
4 2010/05/27 00:38:39
heikki Exp $
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.41
5 2010/06/02 09:28:44
heikki Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -2609,8 +2609,8 @@ XLogFileOpen(uint32 log, uint32 seg)
/*
* Open a logfile segment for reading (during recovery).
*
* If
fromArchive is true, the segment is retrieved from archive, otherwise
* it's read from pg_xlog.
* If
source = XLOG_FROM_ARCHIVE, the segment is retrieved from archive.
*
If source = XLOG_FROM_PG_XLOG,
it's read from pg_xlog.
*/
static
int
XLogFileRead
(
uint32
log
,
uint32
seg
,
int
emode
,
TimeLineID
tli
,
...
...
@@ -2673,8 +2673,6 @@ XLogFileRead(uint32 log, uint32 seg, int emode, TimeLineID tli,
* Open a logfile segment for reading (during recovery).
*
* This version searches for the segment with any TLI listed in expectedTLIs.
* If not in StandbyMode and fromArchive is true, the segment is also
* searched in pg_xlog if not found in archive.
*/
static
int
XLogFileReadAnyTLI
(
uint32
log
,
uint32
seg
,
int
emode
,
int
sources
)
...
...
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