"incompatibilities" section of the release notes.
<!--
-$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">
</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>