| From: | Richard Guo <rguo(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix comment in eager_aggregate.sql |
| Date: | 2025-10-09 08:53:02 |
| Message-ID: | E1v6mOU-000obu-1O@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAApHDvr4YWpiMR3RsgYwJWv-u8xoRqTAKRiYy9zUszjZOqG4Ug@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/36fd8bde1b77191eaf7d3499052c0636b6b93a87
Modified Files
--------------
src/test/regress/expected/eager_aggregate.out | 2 --
src/test/regress/sql/eager_aggregate.sql | 3 ---
2 files changed, 5 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2025-10-09 14:34:05 | pgsql: Avoid uninitialized-variable warnings from older compilers. |
| Previous Message | Michael Paquier | 2025-10-09 05:02:40 | pgsql: Remove duplicated log related to slot creation in pg_createsubsc |