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

Commit c781865

Browse files
author
Nikita Glukhov
committed
Remove built-in functions declarations from jsonb_selfuncs.h
1 parent 63f0312 commit c781865

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/include/utils/json_selfuncs.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,4 @@ extern bool jsonAnalyzeBuildSubPathsData(Datum *pathsDatums,
9393
bool includeSubpaths, float4 nullfrac,
9494
Datum *pvals, Datum *pnums);
9595

96-
extern Datum jsonb_typanalyze(PG_FUNCTION_ARGS);
97-
extern Datum jsonb_stats(PG_FUNCTION_ARGS);
98-
extern Datum jsonb_sel(PG_FUNCTION_ARGS);
99-
10096
#endif /* JSON_SELFUNCS_H */

0 commit comments

Comments
 (0)