aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-02-06 22:36:10 +0000
committerNeil Conway <neilc@samurai.com>2005-02-06 22:36:10 +0000
commit5b327fb917c126f93ee85db09a16ca02c0dd8bf9 (patch)
tree658b95b5b19340971b2587bdb49b1434029d215a
parentc31570ed436eac374beeb03e6864be56914c3c04 (diff)
downloadpostgresql-5b327fb917c126f93ee85db09a16ca02c0dd8bf9.tar.gz
postgresql-5b327fb917c126f93ee85db09a16ca02c0dd8bf9.zip
Better late than never: document that the GiST API changed in 8.0 in the
"incompatibilities" section of the release notes.
-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 e062e7d835c..8ca2ebba9df 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.321.4.5 2005/02/02 18:17:34 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.6 2005/02/06 22:36:10 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>