From c76ff4bc4ed07f5b79a1d66772d70a404466ad8c Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Sun, 6 Feb 2005 22:31:50 +0000 Subject: [PATCH] Better late than never: document that the GiST API changed in 8.0 in the "incompatibilities" section of the release notes. --- doc/src/sgml/release.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f8bd9be82e..7518120870 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -467,6 +467,15 @@ typedefs (Michael) + + + The API for user-defined GiST indexes has been changed. The + Union and PickSplit methods are now passed a pointer to a + special GistEntryVector structure, + rather than a bytea. + + + -- GitLab