File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ JsonbValueToJsonb(JsonbValue *val)
117
117
* the variable-length-data part of its container. The node is identified
118
118
* by index within the container's JEntry array.
119
119
*/
120
- uint32
120
+ static uint32
121
121
getJsonbOffset (const JsonbContainer * jc , int index )
122
122
{
123
123
uint32 offset = 0 ;
@@ -142,7 +142,7 @@ getJsonbOffset(const JsonbContainer *jc, int index)
142
142
* Get the length of the variable-length portion of a Jsonb node.
143
143
* The node is identified by index within the container's JEntry array.
144
144
*/
145
- uint32
145
+ static uint32
146
146
getJsonbLength (const JsonbContainer * jc , int index )
147
147
{
148
148
uint32 off ;
Original file line number Diff line number Diff line change @@ -353,8 +353,6 @@ typedef struct JsonbIterator
353
353
354
354
355
355
/* Support functions */
356
- extern uint32 getJsonbOffset (const JsonbContainer * jc , int index );
357
- extern uint32 getJsonbLength (const JsonbContainer * jc , int index );
358
356
extern int compareJsonbContainers (JsonbContainer * a , JsonbContainer * b );
359
357
extern JsonbValue * findJsonbValueFromContainer (JsonbContainer * sheader ,
360
358
uint32 flags ,
You can’t perform that action at this time.
0 commit comments