postgresql/contrib/pgstattuple
Andres Freund 4b82664156 Only allow heap in a number of contrib modules.
Contrib modules pgrowlocks, pgstattuple and some functionality in
pageinspect currently only supports the heap table AM. As they are all
concerned with low-level details that aren't reasonably exposed via
tableam, error out if invoked on a non heap relation.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de
2019-04-01 14:57:21 -07:00
..
expected Make heap TID a tiebreaker nbtree index column. 2019-03-20 10:04:01 -07:00
sql pgstatindex, pageinspect: handle partitioned indexes 2018-05-09 14:22:59 -03:00
.gitignore
Makefile
pgstatapprox.c Only allow heap in a number of contrib modules. 2019-04-01 14:57:21 -07:00
pgstatindex.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08: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--unpackaged--1.0.sql
pgstattuple.c Only allow heap in a number of contrib modules. 2019-04-01 14:57:21 -07:00
pgstattuple.control