diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f8bd9be82e..7518120870 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. + + +