From: Neil Conway Date: Sun, 6 Feb 2005 22:36:10 +0000 (+0000) Subject: Better late than never: document that the GiST API changed in 8.0 in the X-Git-Tag: REL8_0_2~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b327fb917c126f93ee85db09a16ca02c0dd8bf9;p=thirdparty%2Fpostgresql.git Better late than never: document that the GiST API changed in 8.0 in the "incompatibilities" section of the release notes. --- 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 @@ @@ -467,6 +467,15 @@ typedefs (Michael) + + + The API for user-defined GiST indexes has been changed. The + Union and PickSplit methods are now passed a pointer to a + special GistEntryVector structure, + rather than a bytea. + + +