diff options
Diffstat (limited to 'src/test/modules/unsafe_tests/expected/rolenames.out')
-rw-r--r-- | src/test/modules/unsafe_tests/expected/rolenames.out | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/modules/unsafe_tests/expected/rolenames.out b/src/test/modules/unsafe_tests/expected/rolenames.out index 116d12ee71d..ff6aa69fc09 100644 --- a/src/test/modules/unsafe_tests/expected/rolenames.out +++ b/src/test/modules/unsafe_tests/expected/rolenames.out @@ -576,8 +576,6 @@ CREATE AGGREGATE testagg2(int2) (SFUNC = int2_sum, STYPE = int8); CREATE AGGREGATE testagg3(int2) (SFUNC = int2_sum, STYPE = int8); CREATE AGGREGATE testagg4(int2) (SFUNC = int2_sum, STYPE = int8); CREATE AGGREGATE testagg5(int2) (SFUNC = int2_sum, STYPE = int8); -CREATE AGGREGATE testagg5(int2) (SFUNC = int2_sum, STYPE = int8); -ERROR: function "testagg5" already exists with same argument types CREATE AGGREGATE testagg6(int2) (SFUNC = int2_sum, STYPE = int8); CREATE AGGREGATE testagg7(int2) (SFUNC = int2_sum, STYPE = int8); CREATE AGGREGATE testagg8(int2) (SFUNC = int2_sum, STYPE = int8); |