aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/sanity_check.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/sanity_check.out')
-rw-r--r--src/test/regress/expected/sanity_check.out28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out
new file mode 100644
index 00000000000..e2936bca09a
--- /dev/null
+++ b/src/test/regress/expected/sanity_check.out
@@ -0,0 +1,28 @@
+QUERY: VACUUM;
+QUERY: SELECT relname, relhasindex
+ FROM pg_class
+ WHERE relhasindex
+ ORDER BY relname;
+relname |relhasindex
+-------------+-----------
+bt_c16_heap |t
+bt_f8_heap |t
+bt_i4_heap |t
+bt_txt_heap |t
+fast_emp4000 |t
+hash_c16_heap|t
+hash_f8_heap |t
+hash_i4_heap |t
+hash_txt_heap|t
+ihighway |t
+onek |t
+pg_attribute |t
+pg_class |t
+pg_proc |t
+pg_type |t
+road |t
+shighway |t
+tenk1 |t
+tenk2 |t
+(19 rows)
+