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 @@ -132,7 +132,7 @@ JsonbValueToJsonb(JsonbValue *val)
132
132
* the variable-length-data part of its container. The node is identified
133
133
* by index within the container's JEntry array.
134
134
*/
135
- uint32
135
+ static uint32
136
136
getJsonbOffset (const JsonbContainer * jc , int index )
137
137
{
138
138
uint32 offset = 0 ;
@@ -157,7 +157,7 @@ getJsonbOffset(const JsonbContainer *jc, int index)
157
157
* Get the length of the variable-length portion of a Jsonb node.
158
158
* The node is identified by index within the container's JEntry array.
159
159
*/
160
- uint32
160
+ static uint32
161
161
getJsonbLength (const JsonbContainer * jc , int index )
162
162
{
163
163
uint32 off ;
Original file line number Diff line number Diff line change @@ -394,8 +394,6 @@ typedef enum /* type categories for datum_to_jsonb */
394
394
} JsonbTypeCategory ;
395
395
396
396
/* Support functions */
397
- extern uint32 getJsonbOffset (const JsonbContainer * jc , int index );
398
- extern uint32 getJsonbLength (const JsonbContainer * jc , int index );
399
397
extern int compareJsonbContainers (JsonbContainer * a , JsonbContainer * b );
400
398
extern JsonbValue * findJsonbValueFromContainer (JsonbContainer * sheader ,
401
399
uint32 flags ,
You can’t perform that action at this time.
0 commit comments