diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/regress/output/constraints.source | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/regress/output/constraints.source b/src/test/regress/output/constraints.source index 0e12a368164..8986118fd48 100644 --- a/src/test/regress/output/constraints.source +++ b/src/test/regress/output/constraints.source @@ -216,7 +216,6 @@ INSERT INTO tmp VALUES (null, 'Y', null); INSERT INTO tmp VALUES (5, '!check failed', null); INSERT INTO tmp VALUES (null, 'try again', null); INSERT INTO INSERT_TBL(y) select yd from tmp; -WARNING: insert_seq.nextval: sequence was re-created SELECT '' AS three, * FROM INSERT_TBL; three | x | y | z -------+---+---------------+---- |