Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit8af57ad

Browse files
Fix typos in comments
Author: Peter Smith <smithpb2250@gmail.com>Discussion:https://postgr.es/m/CAHut+PsN_gmKu-KfeEb9NDARoTPbs4AN4PPu=6LZXFZRJ13SEw@mail.gmail.com
1 parentc2381b5 commit8af57ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/access/transam/xlogreader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ WALOpenSegmentInit(WALOpenSegment *seg, WALSegmentContext *segcxt,
231231
/*
232232
* Begin reading WAL at 'RecPtr'.
233233
*
234-
* 'RecPtr' should point to thebeginnning of a valid WAL record. Pointing at
234+
* 'RecPtr' should point to thebeginning of a valid WAL record. Pointing at
235235
* the beginning of a page is also OK, if there is a new record right after
236236
* the page header, i.e. not a continuation.
237237
*

‎src/backend/commands/copyfrom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ BeginCopyFrom(ParseState *pstate,
12371237

12381238
tupDesc=RelationGetDescr(cstate->rel);
12391239

1240-
/* processcommmon options or initialization */
1240+
/* processcommon options or initialization */
12411241

12421242
/* Generate or convert list of attributes to process */
12431243
cstate->attnumlist=CopyGetAttnums(tupDesc,cstate->rel,attnamelist);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp