summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway2005-02-06 22:31:50 +0000
committerNeil Conway2005-02-06 22:31:50 +0000
commitc76ff4bc4ed07f5b79a1d66772d70a404466ad8c (patch)
tree4457d48555e870a75365e59aebdd9859ab5db195 /doc/src
parente50739979093fa71ff73395b7a0951facb40d456 (diff)
Better late than never: document that the GiST API changed in 8.0 in the
"incompatibilities" section of the release notes.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release.sgml11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index f8bd9be82ef..75181208705 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.326 2005/02/02 18:16:13 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.327 2005/02/06 22:31:50 neilc Exp $
-->
<appendix id="release">
@@ -467,6 +467,15 @@ typedefs (Michael)</para></listitem>
</para>
</listitem>
+ <listitem>
+ <para>
+ The API for user-defined GiST indexes has been changed. The
+ Union and PickSplit methods are now passed a pointer to a
+ special <structname>GistEntryVector</structname> structure,
+ rather than a <type>bytea</type>.
+ </para>
+ </listitem>
+
</itemizedlist>
</para>
</sect2>