| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Still more fixes for lossy-GiST-distance-functions patch. |
| Date: | 2015-05-23 19:22:31 |
| Message-ID: | E1YwF0B-00063H-AM@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/821b821a2421beaa58225ff000833df69fb962c5
Modified Files
--------------
doc/src/sgml/gist.sgml | 48 ++++++++++++++++------------------
src/backend/access/gist/gistget.c | 29 +++++++++++++-------
src/backend/access/gist/gistscan.c | 6 +++--
src/backend/executor/nodeIndexscan.c | 6 +++++
src/include/access/relscan.h | 7 ++---
5 files changed, 55 insertions(+), 41 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2015-05-23 19:35:21 | Re: [COMMITTERS] pgsql: Allow GiST distance function to return merely a lower-bound. |
| Previous Message | Andrew Dunstan | 2015-05-23 15:58:58 | Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file |