Skip to content

Navigation Menu

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

Appearance settings

Commit 225efda

Browse filesBrowse files
authored
Fix misleading comments
1 parent 02db084 commit 225efda
Copy full SHA for 225efda

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎zson.c

Copy file name to clipboardExpand all lines: zson.c
+2-2
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ zson_fastdecompress(const Dict* pdict,
479479
return true;
480480
}
481481

482-
// jsonb -> zson, no compression version
482+
// jsonb -> zson
483483
Datum
484484
jsonb_to_zson(PG_FUNCTION_ARGS)
485485
{
@@ -535,7 +535,7 @@ jsonb_to_zson(PG_FUNCTION_ARGS)
535535
PG_RETURN_BYTEA_P(encoded_buff);
536536
}
537537

538-
// zson -> jsonb, no compression version
538+
// zson -> jsonb
539539
Datum
540540
zson_to_jsonb(PG_FUNCTION_ARGS)
541541
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.