Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e507399 commit c76ff4bCopy full SHA for c76ff4b
doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<appendix id="release">
@@ -467,6 +467,15 @@ typedefs (Michael)</para></listitem>
467
</para>
468
</listitem>
469
470
+ <listitem>
471
+ <para>
472
+ The API for user-defined GiST indexes has been changed. The
473
+ Union and PickSplit methods are now passed a pointer to a
474
+ special <structname>GistEntryVector</structname> structure,
475
+ rather than a <type>bytea</type>.
476
+ </para>
477
+ </listitem>
478
+
479
</itemizedlist>
480
481
</sect2>
0 commit comments