postgresql/contrib/pgstattuple
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages
This makes the code more consistent with SpGiST, GiST and GIN, that
already use this style, and the idea is to make easier the introduction
of more sanity checks for each of these AM-specific macros.  BRIN uses a
different set of macros to get a page's type and flags, so it has no
need for something similar.

Author: Matthias van de Meent
Discussion: https://postgr.es/m/CAEze2WjE3+tGO9Fs9+iZMU+z6mMZKo54W1Zt98WKqbEUHbHOBg@mail.gmail.com
2022-04-01 13:24:50 +09:00
..
expected Improve error messages about mismatching relkind 2021-07-08 09:44:51 +02:00
sql pgstattuple: Have pgstattuple_approx accept TOAST tables 2020-06-30 00:56:43 +02:00
.gitignore
Makefile Remove support for upgrading extensions from "unpackaged" state. 2020-02-19 16:59:14 -05:00
pgstatapprox.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pgstatindex.c Add macros in hash and btree AMs to get the special area of their pages 2022-04-01 13:24:50 +09:00
pgstattuple--1.0--1.1.sql
pgstattuple--1.1--1.2.sql
pgstattuple--1.2--1.3.sql
pgstattuple--1.3--1.4.sql
pgstattuple--1.4--1.5.sql
pgstattuple--1.4.sql
pgstattuple.c Add macros in hash and btree AMs to get the special area of their pages 2022-04-01 13:24:50 +09:00
pgstattuple.control