mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
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.
7.9 KiB
7.9 KiB