1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add functions to 'pageinspect' to inspect GiST indexes.

Author: Andrey Borodin and me
Discussion: https://www.postgresql.org/message-id/3E4F9093-A1B5-4DF8-A292-0B48692E3954%40yandex-team.ru
This commit is contained in:
Heikki Linnakangas
2021-01-13 10:33:33 +02:00
parent df10ac625c
commit 756ab29124
7 changed files with 527 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# pageinspect extension
comment = 'inspect the contents of database pages at a low level'
default_version = '1.8'
default_version = '1.9'
module_pathname = '$libdir/pageinspect'
relocatable = true