Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit efe61e9

Browse files
author
Nikita Glukhov
committed
Remove XXX from comment in jsonAnalyzeAddPath()
1 parent 2c914aa commit efe61e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/jsonb_typanalyze.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jsonAnalyzeAddPath(JsonAnalyzeContext *ctx, JsonPathEntry *parent,
237237
path.len = len;
238238
path.hash = JsonPathEntryHash(&path, 0);
239239

240-
/* XXX See if we already saw this path earlier. */
240+
/* See if we already saw this path earlier. */
241241
stats = hash_search_with_hash_value(ctx->pathshash, &path, path.hash,
242242
HASH_ENTER, &found);
243243

0 commit comments

Comments
 (0)