aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-11-15 01:48:41 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-11-15 01:48:41 +0000
commit1ecb129d206f30f5813b01e1f1efe75c06febe49 (patch)
tree692b77674e306be6676958c53a553673cc73d23c /src
parenta5150dc658a1f3d0fd15ce42add5d0aaca735ada (diff)
downloadpostgresql-1ecb129d206f30f5813b01e1f1efe75c06febe49.tar.gz
postgresql-1ecb129d206f30f5813b01e1f1efe75c06febe49.zip
Update sanity_check regress test to pass now that pg_index
and pg_amop have indexes.
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/expected/sanity_check.out4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out
index 8b506cbb60a..32c3647ad72 100644
--- a/src/test/regress/expected/sanity_check.out
+++ b/src/test/regress/expected/sanity_check.out
@@ -16,10 +16,12 @@ hash_name_heap|t
hash_txt_heap |t
ihighway |t
onek |t
+pg_amop |t
pg_attrdef |t
pg_attribute |t
pg_class |t
pg_description|t
+pg_index |t
pg_proc |t
pg_relcheck |t
pg_trigger |t
@@ -28,5 +30,5 @@ road |t
shighway |t
tenk1 |t
tenk2 |t
-(23 rows)
+(25 rows)