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 @@ -123,7 +123,7 @@ JsonbValueToJsonb(JsonbValue *val)
123
123
* the variable-length-data part of its container. The node is identified
124
124
* by index within the container's JEntry array.
125
125
*/
126
- uint32
126
+ static uint32
127
127
getJsonbOffset (const JsonbContainer * jc , int index )
128
128
{
129
129
uint32 offset = 0 ;
@@ -148,7 +148,7 @@ getJsonbOffset(const JsonbContainer *jc, int index)
148
148
* Get the length of the variable-length portion of a Jsonb node.
149
149
* The node is identified by index within the container's JEntry array.
150
150
*/
151
- uint32
151
+ static uint32
152
152
getJsonbLength (const JsonbContainer * jc , int index )
153
153
{
154
154
uint32 off ;
Original file line number Diff line number Diff line change @@ -376,8 +376,6 @@ typedef struct JsonbIterator
376
376
377
377
378
378
/* Support functions */
379
- extern uint32 getJsonbOffset (const JsonbContainer * jc , int index );
380
- extern uint32 getJsonbLength (const JsonbContainer * jc , int index );
381
379
extern int compareJsonbContainers (JsonbContainer * a , JsonbContainer * b );
382
380
extern JsonbValue * findJsonbValueFromContainer (JsonbContainer * sheader ,
383
381
uint32 flags ,
You can’t perform that action at this time.
0 commit comments