@@ -130,30 +130,30 @@ typedef struct
130
130
131
131
132
132
/* use in array iterator */
133
- extern PGDLLEXPORT Datum ltree_isparent (PG_FUNCTION_ARGS );
134
- extern PGDLLEXPORT Datum ltree_risparent (PG_FUNCTION_ARGS );
135
- extern PGDLLEXPORT Datum ltq_regex (PG_FUNCTION_ARGS );
136
- extern PGDLLEXPORT Datum ltq_rregex (PG_FUNCTION_ARGS );
137
- extern PGDLLEXPORT Datum lt_q_regex (PG_FUNCTION_ARGS );
138
- extern PGDLLEXPORT Datum lt_q_rregex (PG_FUNCTION_ARGS );
139
- extern PGDLLEXPORT Datum ltxtq_exec (PG_FUNCTION_ARGS );
140
- extern PGDLLEXPORT Datum ltxtq_rexec (PG_FUNCTION_ARGS );
141
- extern PGDLLEXPORT Datum _ltq_regex (PG_FUNCTION_ARGS );
142
- extern PGDLLEXPORT Datum _ltq_rregex (PG_FUNCTION_ARGS );
143
- extern PGDLLEXPORT Datum _lt_q_regex (PG_FUNCTION_ARGS );
144
- extern PGDLLEXPORT Datum _lt_q_rregex (PG_FUNCTION_ARGS );
145
- extern PGDLLEXPORT Datum _ltxtq_exec (PG_FUNCTION_ARGS );
146
- extern PGDLLEXPORT Datum _ltxtq_rexec (PG_FUNCTION_ARGS );
147
- extern PGDLLEXPORT Datum _ltree_isparent (PG_FUNCTION_ARGS );
148
- extern PGDLLEXPORT Datum _ltree_risparent (PG_FUNCTION_ARGS );
133
+ Datum ltree_isparent (PG_FUNCTION_ARGS );
134
+ Datum ltree_risparent (PG_FUNCTION_ARGS );
135
+ Datum ltq_regex (PG_FUNCTION_ARGS );
136
+ Datum ltq_rregex (PG_FUNCTION_ARGS );
137
+ Datum lt_q_regex (PG_FUNCTION_ARGS );
138
+ Datum lt_q_rregex (PG_FUNCTION_ARGS );
139
+ Datum ltxtq_exec (PG_FUNCTION_ARGS );
140
+ Datum ltxtq_rexec (PG_FUNCTION_ARGS );
141
+ Datum _ltq_regex (PG_FUNCTION_ARGS );
142
+ Datum _ltq_rregex (PG_FUNCTION_ARGS );
143
+ Datum _lt_q_regex (PG_FUNCTION_ARGS );
144
+ Datum _lt_q_rregex (PG_FUNCTION_ARGS );
145
+ Datum _ltxtq_exec (PG_FUNCTION_ARGS );
146
+ Datum _ltxtq_rexec (PG_FUNCTION_ARGS );
147
+ Datum _ltree_isparent (PG_FUNCTION_ARGS );
148
+ Datum _ltree_risparent (PG_FUNCTION_ARGS );
149
149
150
150
/* Concatenation functions */
151
- extern PGDLLEXPORT Datum ltree_addltree (PG_FUNCTION_ARGS );
152
- extern PGDLLEXPORT Datum ltree_addtext (PG_FUNCTION_ARGS );
153
- extern PGDLLEXPORT Datum ltree_textadd (PG_FUNCTION_ARGS );
151
+ Datum ltree_addltree (PG_FUNCTION_ARGS );
152
+ Datum ltree_addtext (PG_FUNCTION_ARGS );
153
+ Datum ltree_textadd (PG_FUNCTION_ARGS );
154
154
155
155
/* Util function */
156
- extern PGDLLEXPORT Datum ltree_in (PG_FUNCTION_ARGS );
156
+ Datum ltree_in (PG_FUNCTION_ARGS );
157
157
158
158
bool ltree_execute (ITEM * curitem , void * checkval ,
159
159
bool calcnot , bool (* chkcond ) (void * checkval , ITEM * val ));
0 commit comments