From: Tom Lane Date: Sun, 8 Aug 1999 21:39:34 +0000 (+0000) Subject: Someone back-patched a regression test change without X-Git-Tag: REL6_5_2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70c5c63d568288da72281b01a01471747d298e6b;p=thirdparty%2Fpostgresql.git Someone back-patched a regression test change without back-patching the expected file (or running the test, evidently...) --- 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