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

Commit78eda9e

Browse files
committed
Fix a few more duplicate words in comments
Similar to84fd3bc but these ones were found using a regex that can spanmultiple lines.Author: David Rowley <dgrowleyml@gmail.com>Discussion:https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
1 parent84fd3bc commit78eda9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎src/backend/storage/buffer/freelist.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ GetAccessStrategy(BufferAccessStrategyType btype)
583583

584584
/*
585585
* We would like the ring to additionally have space for the
586-
*theconfigured degree of IO concurrency. While being read
587-
*in,buffers can obviously not yet be reused.
586+
* configured degree of IO concurrency. While being read in,
587+
* buffers can obviously not yet be reused.
588588
*
589589
* Each IO can be up to io_combine_limit blocks large, and we
590590
* want to start up to effective_io_concurrency IOs.

‎src/backend/utils/adt/ruleutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12122,7 +12122,7 @@ get_json_table_columns(TableFunc *tf, JsonTablePathScan *scan,
1212212122

1212312123
/*
1212412124
* Set default_behavior to guide get_json_expr_options() on whether to
12125-
*toemit the ON ERROR / EMPTY clauses.
12125+
* emit the ON ERROR / EMPTY clauses.
1212612126
*/
1212712127
if (colexpr->op==JSON_EXISTS_OP)
1212812128
{

‎src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ pqConnectOptions2(PGconn *conn)
18331833
* sslmode='allow' or sslmode='disable' either. If a user goes through
18341834
* the trouble of setting sslnegotiation='direct', they probably
18351835
* intend to use SSL, and sslmode=disable or allow is probably a user
1836-
*usermistake anyway.
1836+
* mistake anyway.
18371837
*/
18381838
if (conn->sslnegotiation[0]=='d'&&
18391839
conn->sslmode[0]!='r'&&conn->sslmode[0]!='v')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp