mirror of https://github.com/postgres/postgres
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.REL8_5_ALPHA1_BRANCH
parent
dc192a5d8c
commit
be939544a6
Loading…
Reference in new issue