aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-07-08 14:30:21 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-07-08 14:30:21 +0000
commit5e7beed3ebbe5d7559eedf4ca09add9a48557893 (patch)
tree9e5923404b15423a0c08e075efc9545deca77092
parent4405a85d7f957625e2db4948c4a50ddc6f1a9bd6 (diff)
downloadpostgresql-5e7beed3ebbe5d7559eedf4ca09add9a48557893.tar.gz
postgresql-5e7beed3ebbe5d7559eedf4ca09add9a48557893.zip
Include int8_tbl from tests for new 8-byte integer.
-rw-r--r--src/test/regress/output/misc.source3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source
index f0ac90d7956..0df73072f5e 100644
--- a/src/test/regress/output/misc.source
+++ b/src/test/regress/output/misc.source
@@ -485,6 +485,7 @@ insert_seq
insert_tbl
int2_tbl
int4_tbl
+int8_tbl
iportaltest
lseg_tbl
onek
@@ -511,5 +512,5 @@ tinterval_tbl
toyemp
varchar_tbl
xacttest
-(69 rows)
+(70 rows)