pgsql: Rename apply_at to apply_agg_at for clarity

From: Richard Guo <rguo(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename apply_at to apply_agg_at for clarity
Date: 2025-10-14 07:37:26
Message-ID: E1v8Zb4-001cbG-0s@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename apply_at to apply_agg_at for clarity

The field name "apply_at" in RelAggInfo was a bit ambiguous. Rename
it to "apply_agg_at" to improve clarity and make its purpose clearer.

Per complaint from David Rowley, Robert Haas.

Suggested-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/CA+TgmoZ0KR2_XCWHy17=HHcQ3p2Mamc9c6Dnnhf1J6wPYFD9ng@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1206df04c2001868204f3f79c48173065f3b8231

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 2 +-
src/backend/optimizer/path/joinrels.c | 22 +++++++++++-----------
src/backend/optimizer/util/relnode.c | 6 +++---
src/include/nodes/pathnodes.h | 6 +++---
4 files changed, 18 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-10-14 10:19:38 pgsql: Use ereport rather than elog in WinCheckAndInitializeNullTreatme
Previous Message Michael Paquier 2025-10-14 07:29:59 pgsql: pg_upgrade: Use new routine to retrieve data of PG_VERSION