Skip to content

Commit d8555e5

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 parent 810a8b1 commit d8555e5

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, greater to or equal than oldestMultiXactId, and less than
1290+
* range, that is, greater than or equal to 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 equal than the current one, either jbvObject or jbvArray.
1726+
* higher or equal to 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)