From 56b183262b8a784ca021318f5582d30e52823576 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 27 May 2014 16:18:23 +0300 Subject: [PATCH] Fix broken expected output of catalogfunctions regression test. --- test/expected/catalogfunctions.out | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/expected/catalogfunctions.out b/test/expected/catalogfunctions.out index 402cf4b..dba7d55 100644 --- a/test/expected/catalogfunctions.out +++ b/test/expected/catalogfunctions.out @@ -186,11 +186,6 @@ contrib_regression public testtab1 _SYSTEM SELECT YES contrib_regression public testtab1 _SYSTEM UPDATE YES contrib_regression public testtab1 _SYSTEM DELETE YES contrib_regression public testtab1 _SYSTEM REFERENCES YES -contrib_regression public testtab1 _SYSTEM INSERT YES -contrib_regression public testtab1 _SYSTEM SELECT YES -contrib_regression public testtab1 _SYSTEM UPDATE YES -contrib_regression public testtab1 _SYSTEM DELETE YES -contrib_regression public testtab1 _SYSTEM REFERENCES YES Result set: contrib_regression public testtab1 TABLE contrib_regression public testtab_fk TABLE -- 2.39.5