aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2008-04-20 09:29:48 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2008-04-20 09:29:48 +0000
commit254d66e2f1b3d42f9afa0acebb04501c505ec5b6 (patch)
treec8b0445874b5a55fdcb0403d9933ffd99d947a66 /src/backend/executor/execMain.c
parent2101518516ff6bc2c21b7fb1323a409d09990014 (diff)
downloadpostgresql-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