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

Commitd8555e5

Browse files
committed
Fix a couple of comment typos
Author: Junwang Zhao <zhjwpku@gmail.com>Discussion:https://postgr.es/m/CAEG8a3+MRwDKc4YSFKKPKq7Y+vMufVC5u94wM5KZPB2CbgCxnQ@mail.gmail.com
1 parent810a8b1 commitd8555e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ GetNewMultiXactId(int nmembers, MultiXactOffset *offset)
12871287
* range, in which case an error would be raised.
12881288
*
12891289
* In all other cases, the passed multixact must be within the known valid
1290-
* range, that is, greaterto or equalthan oldestMultiXactId, and less than
1290+
* range, that is, greaterthan or equalto oldestMultiXactId, and less than
12911291
* nextMXact. Otherwise, an error is raised.
12921292
*
12931293
* isLockOnly must be set to true if caller is certain that the given multi

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ push_path(JsonbParseState **st, int level, Datum *path_elems,
17231723
{
17241724
/*
17251725
* tpath contains expected type of an empty jsonb created at each level
1726-
* higher or equalthan the current one, either jbvObject or jbvArray.
1726+
* higher or equalto the current one, either jbvObject or jbvArray.
17271727
* Since it contains only information about path slice from level to the
17281728
* end, the access index must be normalized by level.
17291729
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp