git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: dc192a5) | patch
Fix broken compare function for tsquery_ops. Per Tom's report.
2008年4月20日 09:17:57 +0000 (09:17 +0000)
2008年4月20日 09:17:57 +0000 (09:17 +0000)
commit be939544a68f852107c912da2f35f5d36958deb2
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.
src/backend/utils/adt/tsquery_gist.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /