aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_ts.c
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2008-04-20 09:17:57 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2008-04-20 09:17:57 +0000
commitbe939544a68f852107c912da2f35f5d36958deb2 (patch)
treefa7c4b63eaf95171a405c37919f6d06ece3dbf2b /contrib/btree_gist/btree_ts.c
parentdc192a5d8c062c657ed1884872c80cf00cc61baf (diff)
downloadpostgresql-be939544a68f852107c912da2f35f5d36958deb2.tar.gz
postgresql-be939544a68f852107c912da2f35f5d36958deb2.zip
Fix broken compare function for tsquery_ops. Per Tom's report.
I never understood why initial authors GiST in pgsql choose so stgrange signature for 'same' method: bool *sameFn(Datum a, Datum b, bool* result) instead of simple, logical bool sameFn(Datum a, Datum b) This change will break any existing GiST extension, so we still live with it and will live.
Diffstat (limited to 'contrib/btree_gist/btree_ts.c')
0 files changed, 0 insertions, 0 deletions