Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 053004a

Browse files
author
Thomas G. Lockhart
committed
Clean up a few elog() messages for aggregates and functions.
1 parent 53b4767 commit 053004a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/expected/select_implicit.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ count
3232
(6 rows)
3333

3434
QUERY: SELECT count(*) FROM test_missing_target GROUP BY a ORDER BY b;
35-
ERROR: parser: illegal use of aggregates or non-group column in target list
35+
ERROR: Illegal use of aggregates or non-group column in target list
3636
QUERY: SELECT count(*) FROM test_missing_target GROUP BY b ORDER BY b;
3737
count
3838
-----
@@ -191,7 +191,7 @@ count
191191
(4 rows)
192192

193193
QUERY: SELECT count(a) FROM test_missing_target GROUP BY a ORDER BY b;
194-
ERROR: parser: illegal use of aggregates or non-group column in target list
194+
ERROR: Illegal use of aggregates or non-group column in target list
195195
QUERY: SELECT count(b) FROM test_missing_target GROUP BY b/2 ORDER BY b/2;
196196
count
197197
-----

0 commit comments

Comments
 (0)