@ -176,30 +176,30 @@ typedef struct
/* use in array iterator */
Datum ltree_isparent ( PG_FUNCTION_ARGS ) ;
Datum ltree_risparent ( PG_FUNCTION_ARGS ) ;
Datum ltq_regex ( PG_FUNCTION_ARGS ) ;
Datum ltq_rregex ( PG_FUNCTION_ARGS ) ;
Datum lt_q_regex ( PG_FUNCTION_ARGS ) ;
Datum lt_q_rregex ( PG_FUNCTION_ARGS ) ;
Datum ltxtq_exec ( PG_FUNCTION_ARGS ) ;
Datum ltxtq_rexec ( PG_FUNCTION_ARGS ) ;
Datum _ltq_regex ( PG_FUNCTION_ARGS ) ;
Datum _ltq_rregex ( PG_FUNCTION_ARGS ) ;
Datum _lt_q_regex ( PG_FUNCTION_ARGS ) ;
Datum _lt_q_rregex ( PG_FUNCTION_ARGS ) ;
Datum _ltxtq_exec ( PG_FUNCTION_ARGS ) ;
Datum _ltxtq_rexec ( PG_FUNCTION_ARGS ) ;
Datum _ltree_isparent ( PG_FUNCTION_ARGS ) ;
Datum _ltree_risparent ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltree_isparent ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltree_risparent ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltq_regex ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltq_rregex ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum lt_q_regex ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum lt_q_rregex ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltxtq_exec ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltxtq_rexec ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum _ltq_regex ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum _ltq_rregex ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum _lt_q_regex ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum _lt_q_rregex ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum _ltxtq_exec ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum _ltxtq_rexec ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum _ltree_isparent ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum _ltree_risparent ( PG_FUNCTION_ARGS ) ;
/* Concatenation functions */
Datum ltree_addltree ( PG_FUNCTION_ARGS ) ;
Datum ltree_addtext ( PG_FUNCTION_ARGS ) ;
Datum ltree_textadd ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltree_addltree ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltree_addtext ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltree_textadd ( PG_FUNCTION_ARGS ) ;
/* Util function */
Datum ltree_in ( PG_FUNCTION_ARGS ) ;
PGDLLEXPORT Datum ltree_in ( PG_FUNCTION_ARGS ) ;
bool ltree_execute ( ITEM * curitem , void * checkval ,
bool calcnot , bool ( * chkcond ) ( void * checkval , ITEM * val ) ) ;