From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:24 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/gist-extensibility.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/gist-extensibility.html') diff --git a/doc/src/sgml/html/gist-extensibility.html b/doc/src/sgml/html/gist-extensibility.html index 2aba329..8935b61 100644 --- a/doc/src/sgml/html/gist-extensibility.html +++ b/doc/src/sgml/html/gist-extensibility.html @@ -1,5 +1,5 @@ -68.3. Extensibility

68.3. Extensibility #

+68.3. Extensibility

68.3. Extensibility #

Traditionally, implementing a new index access method meant a lot of difficult work. It was necessary to understand the inner workings of the database, such as the lock manager and Write-Ahead Log. The @@ -810,4 +810,4 @@ my_sortsupport(PG_FUNCTION_ARGS) index scan, index build, or index tuple insertion). Be careful to pfree the previous value when replacing a fn_extra value, or the leak will accumulate for the duration of the operation. -

\ No newline at end of file +

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