From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/gin-limit.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/src/sgml/html/gin-limit.html (limited to 'doc/src/sgml/html/gin-limit.html') diff --git a/doc/src/sgml/html/gin-limit.html b/doc/src/sgml/html/gin-limit.html new file mode 100644 index 0000000..5d9a32d --- /dev/null +++ b/doc/src/sgml/html/gin-limit.html @@ -0,0 +1,10 @@ + +70.6. Limitations

70.6. Limitations

+ GIN assumes that indexable operators are strict. This + means that extractValue will not be called at all on a null + item value (instead, a placeholder index entry is created automatically), + and extractQuery will not be called on a null query + value either (instead, the query is presumed to be unsatisfiable). Note + however that null key values contained within a non-null composite item + or query value are supported. +

\ No newline at end of file -- cgit v1.2.3