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
4d6d425a
Commit
4d6d425a
authored
Oct 24, 2013
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in comments.
parent
5c4dd2cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/backend/access/transam/xlogreader.c
src/backend/access/transam/xlogreader.c
+4
-4
No files found.
src/backend/access/transam/xlogreader.c
View file @
4d6d425a
...
...
@@ -161,7 +161,7 @@ allocate_recordbuf(XLogReaderState *state, uint32 reclength)
/*
* Attempt to read an XLOG record.
*
* If RecPtr is
not NULL
, try to read a record at that position. Otherwise
* If RecPtr is
valid
, try to read a record at that position. Otherwise
* try to read a record just after the last one previously read.
*
* If the read_page callback fails to read the requested data, NULL is
...
...
@@ -901,10 +901,10 @@ ValidXLogPageHeader(XLogReaderState *state, XLogRecPtr recptr,
*/
/*
* Find the first record with a
t a
n lsn >= RecPtr.
* Find the first record with an lsn >= RecPtr.
*
* Useful for checking whether RecPtr is a valid xlog address for reading
and to
* find the first valid address after some address when dumping records for
* Useful for checking whether RecPtr is a valid xlog address for reading
, and
*
to
find the first valid address after some address when dumping records for
* debugging purposes.
*/
XLogRecPtr
...
...
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