pgsql: Still more fixes for lossy-GiST-distance-functions patch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Still more fixes for lossy-GiST-distance-functions patch.
Date
Msg-id E1YwF0B-00063H-AM@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Revert error-throwing wrappers for the printf family of function
Next
From: Tom Lane
Date:
Subject: pgsql: Fix incorrect snprintf() limit.