diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2008-04-20 09:29:48 +0000 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2008-04-20 09:29:48 +0000 |
commit | 254d66e2f1b3d42f9afa0acebb04501c505ec5b6 (patch) | |
tree | c8b0445874b5a55fdcb0403d9933ffd99d947a66 /src/backend/executor/execMain.c | |
parent | 2101518516ff6bc2c21b7fb1323a409d09990014 (diff) | |
download | postgresql-254d66e2f1b3d42f9afa0acebb04501c505ec5b6.tar.gz postgresql-254d66e2f1b3d42f9afa0acebb04501c505ec5b6.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/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions