Someone back-patched a regression test change without
authorTom Lane <[email protected]>
Sun, 8 Aug 1999 21:39:34 +0000 (21:39 +0000)
committerTom Lane <[email protected]>
Sun, 8 Aug 1999 21:39:34 +0000 (21:39 +0000)
back-patching the expected file (or running the test, evidently...)

src/test/regress/expected/select_implicit.out

index 910bf221de42313e7b520f3a33c4d9e0101f9504..06dd332ed948828d4066d107d29fa41c0e1549e4 100644 (file)
@@ -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