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
8f5dcb56
Commit
8f5dcb56
authored
Nov 21, 2014
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bogus comments in XLogRecordAssemble
Pointed out by Michael Paquier
parent
3a82bc6f
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/xloginsert.c
src/backend/access/transam/xloginsert.c
+4
-4
No files found.
src/backend/access/transam/xloginsert.c
View file @
8f5dcb56
...
...
@@ -435,12 +435,12 @@ XLogInsert(RmgrId rmid, uint8 info)
* XLogRecData chain, ready for insertion with XLogInsertRecord().
*
* The record header fields are filled in, except for the xl_prev field. The
* calculated CRC does not include
xl_prev either
.
* calculated CRC does not include
the record header yet
.
*
* If there are any registered buffers, and a full-page image was not taken
* of all
them, *page_writes_omitted is set to true. This signals that the
*
assembled record is only good for insertion on the assumption that
the
* RedoRecPtr and doPageWrites values were up-to-date.
* of all
of them, *fpw_lsn is set to the lowest LSN among such pages. This
*
signals that the assembled record is only good for insertion on
the
*
assumption that the
RedoRecPtr and doPageWrites values were up-to-date.
*/
static
XLogRecData
*
XLogRecordAssemble
(
RmgrId
rmid
,
uint8
info
,
...
...
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