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

Commit f689a0d

Browse files
author
Nikita Glukhov
committed
Remove duplicate JsonbExtractScalar() declaration
1 parent 94b866a commit f689a0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/utils/jsonb.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ extern bool JsonbDeepContains(JsonbIterator **val,
403403
extern void JsonbHashScalarValue(const JsonbValue *scalarVal, uint32 *hash);
404404
extern void JsonbHashScalarValueExtended(const JsonbValue *scalarVal,
405405
uint64 *hash, uint64 seed);
406-
extern bool JsonbExtractScalar(JsonbContainer *jbc, JsonbValue *res);
407406

408407
/* jsonb.c support functions */
409408
extern char *JsonbToCString(StringInfo out, JsonbContainer *in,

0 commit comments

Comments
 (0)