mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Someone back-patched a regression test change without
back-patching the expected file (or running the test, evidently...)
This commit is contained in:
parent
c6100c9e95
commit
70c5c63d56
1 changed files with 1 additions and 6 deletions
|
|
@ -176,12 +176,7 @@ QUERY: SELECT a%2, count(a) FROM test_missing_target GROUP BY test_missing_targe
|
|||
1| 5
|
||||
(2 rows)
|
||||
|
||||
QUERY: /*
|
||||
NOTE: as of 1998-08-01 a bug was detected unrelated to this feature which
|
||||
requires the aggragate function argument to be the same as some non-agragate
|
||||
in the target list. (i.e. count(*) and count(b) crash the backend.)
|
||||
*/
|
||||
SELECT count(c) FROM test_missing_target GROUP BY lower(test_missing_target.c);
|
||||
QUERY: SELECT count(c) FROM test_missing_target GROUP BY lower(test_missing_target.c);
|
||||
count
|
||||
-----
|
||||
2
|
||||
|
|
|
|||
Loading…
Reference in a new issue