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

Commit56f3900

Browse files
committed
Fix typos in comments.
Vinayak Pokale
1 parent8a2f08f commit56f3900

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/backend/postmaster/pgstat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,7 @@ pgstat_fetch_stat_beentry(int beid)
24112411
/* ----------
24122412
* pgstat_fetch_stat_local_beentry() -
24132413
*
2414-
*Like pgstat_fetch_stat_beentry() but with locally computedaddtions (like
2414+
*Like pgstat_fetch_stat_beentry() but with locally computedadditions (like
24152415
*xid and xmin values of the backend)
24162416
*
24172417
*NB: caller is responsible for a check if the user is permitted to see

‎src/backend/replication/logical/reorderbuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2552,7 +2552,7 @@ ReorderBufferRestoreChange(ReorderBuffer *rb, ReorderBufferTXN *txn,
25522552
Assert(change->data.msg.prefix[prefix_size-1]=='\0');
25532553
data+=prefix_size;
25542554

2555-
/* read themesssage */
2555+
/* read themessage */
25562556
memcpy(&change->data.msg.message_size,data,sizeof(Size));
25572557
data+=sizeof(Size);
25582558
change->data.msg.message=MemoryContextAlloc(rb->context,

‎src/include/pgstat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ typedef struct PgBackendStatus
895895
/*
896896
* Command progress reporting. Any command which wishes can advertise
897897
* that it is running by setting st_progress_command,
898-
* st_progress_command_target, andst_progress_command[].
898+
* st_progress_command_target, andst_progress_param[].
899899
* st_progress_command_target should be the OID of the relation which the
900900
* command targets (we assume there's just one, as this is meant for
901901
* utility commands), but the meaning of each element in the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp