Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f93bb0c

Browse filesBrowse files
committed
Fix some comments in xlogreader.h
segment_open and segment_close were mentioned with incorrect names. Discussion: https://postgr.es/m/20200525234944.GA1573@paquier.xyz
1 parent 55ca50d commit f93bb0c
Copy full SHA for f93bb0c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/include/access/xlogreader.h

Copy file name to clipboardExpand all lines: src/include/access/xlogreader.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* XLogReadRecord or XLogFindNextRecord; it can be passed in as NULL
2222
* otherwise. The WALRead function can be used as a helper to write
2323
* page_read callbacks, but it is not mandatory; callers that use it,
24-
* must supply open_segment callbacks. The close_segment callback
24+
* must supply segment_open callbacks. The segment_close callback
2525
* must always be supplied.
2626
*
2727
* After reading a record with XLogReadRecord(), it's decomposed into

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.