projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e507399
)
Better late than never: document that the GiST API changed in 8.0 in the
author
Neil Conway
Sun, 6 Feb 2005 22:31:50 +0000
(22:31 +0000)
committer
Neil Conway
Sun, 6 Feb 2005 22:31:50 +0000
(22:31 +0000)
"incompatibilities" section of the release notes.
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index f8bd9be82ef50f005274074205b19a44f906bfcc..75181208705843a3acf2355c90208db04b9382b3 100644
(file)
--- 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
.
+
+
+