Re: maybe a type_sanity. sql bug
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-11-11T00:00:00Z
Lists: pgsql-hackers
Attachments
- typesanity.diff (text/x-patch) patch
looking around. I found other three minor issues. attached. I am not sure the pg_class "relam" description part is correct. since partitioned indexes (relkind "I") also have the access method, but no storage. " If this is a table or an index, the access method used (heap, B-tree, hash, etc.); otherwise zero (zero occurs for sequences, as well as relations without storage, such as views) "
Commits
-
Fix inconsistencies for queries on pg_class in type_sanity.sql
- a9f19c1349c2 17.0 landed
-
Allow relkind 'I' in type_sanity test.
- 4b9fbd6be442 17.0 landed