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

Commit4cbd128

Browse files
committed
Fix typos in comments.
1 parent4893ccd commit4cbd128

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/backend/tcop/postgres.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ exec_execute_message(const char *portal_name, long max_rows)
19991999
* check_log_statement
20002000
*Determine whether command should be logged because of log_statement
20012001
*
2002-
*parsetree_list can be either raw grammar output or a list of planned
2002+
*stmt_list can be either raw grammar output or a list of planned
20032003
* statements
20042004
*/
20052005
staticbool

‎src/bin/pg_basebackup/receivelog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ CheckServerVersionForStreaming(PGconn *conn)
410410
* indefinitely.
411411
*
412412
* standby_message_timeout controls how often we send a message
413-
* back to the master letting it know our progress, inseconds.
413+
* back to the master letting it know our progress, inmiliseconds.
414414
* This message will only contain the write location, and never
415415
* flush or replay.
416416
*

‎src/include/postgres.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ extern Datum Float8GetDatum(float8 X);
680680
*/
681681

682682
/*
683-
* Backend only infrastructure for thetheassertion-related macros in c.h.
683+
* Backend only infrastructure for the assertion-related macros in c.h.
684684
*
685685
* ExceptionalCondition must be present even when assertions are not enabled.
686686
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp