Prevent stack overflow in query-type functions.

Noah Misch <noah@leadboat.com>

Commit: ea68c221f4d2351e111ff3d7573ef67a0e9c855a
Author: Noah Misch <noah@leadboat.com>
Date: 2015-10-05T14:06:35Z
Releases: 9.2.14
Prevent stack overflow in query-type functions.

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).

Files