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

Commit958f9fb

Browse files
committed
Remove duplicated words in comments
Author: Daniel GustafssonReviewed-by: Vik FearingDiscussion:https://postgr.es/m/EBC3BFEB-664C-4063-81ED-29F1227DB012@yesql.se
1 parentddfc3c1 commit958f9fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎src/backend/executor/nodeAgg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,8 +2234,8 @@ ExecInitAgg(Agg *node, EState *estate, int eflags)
22342234
* The output of the tuplesort, and the output from the outer child
22352235
* might not use the same type of slot. In most cases the child will
22362236
* be a Sort, and thus return a TTSOpsMinimalTuple type slot - but the
2237-
* input can also bebepresorted due an index, in which case it could
2238-
*bea different type of slot.
2237+
* input can also be presorted due an index, in which case it could be
2238+
* a different type of slot.
22392239
*
22402240
* XXX: For efficiency it would be good to instead/additionally
22412241
* generate expressions with corresponding settings of outerops* for

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ JsonbInitBinary(JsonbValue *jbv, Jsonb *jb)
25172517
}
25182518

25192519
/*
2520-
* Returns jbv* type ofofJsonbValue. Note, it never returns jbvBinary as is.
2520+
* Returns jbv* type of JsonbValue. Note, it never returns jbvBinary as is.
25212521
*/
25222522
staticint
25232523
JsonbType(JsonbValue*jb)

‎src/bin/pg_upgrade/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ check_for_data_type_usage(ClusterInfo *cluster, const char *typename,
156156
" a.atttypid = x.oid ",
157157
typename);
158158

159-
/* Rangescame in in 9.2 */
159+
/* Rangeswere introduced in 9.2 */
160160
if (GET_MAJOR_VERSION(cluster->major_version) >=902)
161161
appendPQExpBuffer(&querybuf,
162162
"UNION ALL "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp