Fix comment in eager_aggregate.sql
authorRichard Guo <rguo@postgresql.org>
Thu, 9 Oct 2025 08:50:54 +0000 (17:50 +0900)
committerRichard Guo <rguo@postgresql.org>
Thu, 9 Oct 2025 08:50:54 +0000 (17:50 +0900)
commit36fd8bde1b77191eaf7d3499052c0636b6b93a87
treea9ee017e9fc237cc18fe30217cf9a08fca0f89c7
parentf997d777adf725c674e1bfcff086487f2427759e
Fix comment in eager_aggregate.sql

The comment stated that eager aggregation is disabled by default,
which is no longer true.  This patch removes that comment as well as
the related GUC set statement.

Reported-by: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvr4YWpiMR3RsgYwJWv-u8xoRqTAKRiYy9zUszjZOqG4Ug@mail.gmail.com
src/test/regress/expected/eager_aggregate.out
src/test/regress/sql/eager_aggregate.sql