Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
eb2c8a8f
Commit
eb2c8a8f
authored
Jul 08, 2020
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove junk in test file
Remove a redundant and failing command, probably a typo.
parent
98f0eba5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
src/test/modules/unsafe_tests/expected/rolenames.out
src/test/modules/unsafe_tests/expected/rolenames.out
+0
-2
src/test/modules/unsafe_tests/sql/rolenames.sql
src/test/modules/unsafe_tests/sql/rolenames.sql
+0
-1
No files found.
src/test/modules/unsafe_tests/expected/rolenames.out
View file @
eb2c8a8f
...
...
@@ -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);
...
...
src/test/modules/unsafe_tests/sql/rolenames.sql
View file @
eb2c8a8f
...
...
@@ -263,7 +263,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
);
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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment