]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Better late than never: document that the GiST API changed in 8.0 in the
authorNeil Conway <neilc@samurai.com>
Sun, 6 Feb 2005 22:36:10 +0000 (22:36 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 6 Feb 2005 22:36:10 +0000 (22:36 +0000)
"incompatibilities" section of the release notes.

doc/src/sgml/release.sgml

index e062e7d835ce6ae670af8824b9be6985eff4a99f..8ca2ebba9dfc185ba154fdca8b442a1e6958fd9b 100644 (file)
@@ -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>