1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Someone back-patched a regression test change without

back-patching the expected file (or running the test, evidently...)
This commit is contained in:
Tom Lane
1999-08-08 21:39:34 +00:00
parent c6100c9e95
commit 70c5c63d56

View File

@@ -176,12 +176,7 @@ QUERY: SELECT a%2, count(a) FROM test_missing_target GROUP BY test_missing_targe
1| 5 1| 5
(2 rows) (2 rows)
QUERY: /* QUERY: SELECT count(c) FROM test_missing_target GROUP BY lower(test_missing_target.c);
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);
count count
----- -----
2 2