aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2008-04-20 09:39:38 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2008-04-20 09:39:38 +0000
commitfc0a2b45d030f6aac942df3fcdde17d6d087cd93 (patch)
tree033857193b96dc2f8cbd183caec234a8ef96e9b8 /src/backend/access/gist/gist.c
parentce646d719246f03930da97bddf0065d868e1a02b (diff)
downloadpostgresql-fc0a2b45d030f6aac942df3fcdde17d6d087cd93.tar.gz
postgresql-fc0a2b45d030f6aac942df3fcdde17d6d087cd93.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 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions