From 70c5c63d568288da72281b01a01471747d298e6b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 8 Aug 1999 21:39:34 +0000 Subject: [PATCH] Someone back-patched a regression test change without back-patching the expected file (or running the test, evidently...) --- src/test/regress/expected/select_implicit.out | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/test/regress/expected/select_implicit.out b/src/test/regress/expected/select_implicit.out index 910bf221de4..06dd332ed94 100644 --- a/src/test/regress/expected/select_implicit.out +++ b/src/test/regress/expected/select_implicit.out @@ -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 -- 2.39.5