Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane <tgl@sss.pgh.pa.us>
Still more fixes for lossy-GiST-distance-functions patch. Fix confusion in documentation, substantial memory leakage if float8 or float4 are pass-by-reference, and assorted comments that were obsoleted by commit 98edd617f3b62a02cb2df9b418fcc4ece45c7ec0.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/gist.sgml | modified | +22 −26 |
| src/backend/access/gist/gistget.c | modified | +19 −10 |
| src/backend/access/gist/gistscan.c | modified | +4 −2 |
| src/backend/executor/nodeIndexscan.c | modified | +6 −0 |
| src/include/access/relscan.h | modified | +4 −3 |