aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2024-09-12 16:31:29 -0500
committerNathan Bossart <nathan@postgresql.org>2024-09-12 16:31:29 -0500
commit2bd4c06bba8ce1264ae3d5810b6aea1bfacbadf7 (patch)
tree3dd756349fb8c4f1cd136609f93d329b6295176d /src/backend/utils/adt/xml.c
parent4f601b9598a4e241d3b3f08d5a1c46eee09f70df (diff)
downloadpostgresql-2bd4c06bba8ce1264ae3d5810b6aea1bfacbadf7.tar.gz
postgresql-2bd4c06bba8ce1264ae3d5810b6aea1bfacbadf7.zip
Reintroduce support for sequences in pgstattuple and pageinspect.
Commit 4b82664156 restricted a number of functions provided by contrib modules to only relations that use the "heap" table access method. Sequences always use this table access method, but they do not advertise as such in the pg_class system catalog, so the aforementioned commit also (presumably unintentionally) removed support for sequences from some of these functions. This commit reintroduces said support for sequences to these functions and adds a couple of relevant tests. Co-authored-by: Ayush Vatsa Reviewed-by: Robert Haas, Michael Paquier, Matthias van de Meent Discussion: https://postgr.es/m/CACX%2BKaP3i%2Bi9tdPLjF5JCHVv93xobEdcd_eB%2B638VDvZ3i%3DcQA%40mail.gmail.com Backpatch-through: 12
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions