• Noah Misch's avatar
    Prevent stack overflow in query-type functions. · 5976097c
    Noah Misch authored
    The tsquery, ltxtquery and query_int data types have a common ancestor.
    Having acquired check_stack_depth() calls independently, each was
    missing at least one call.  Back-patch to 9.0 (all supported versions).
    5976097c
tsquery_cleanup.c 5.85 KB