pgsql: Rename apply_at to apply_agg_at for clarity - Mailing list pgsql-committers

From Richard Guo
Subject pgsql: Rename apply_at to apply_agg_at for clarity
Date
Msg-id E1v8Zb4-001cbG-0s@gemulon.postgresql.org
Whole thread Raw
List 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@sss.pgh.pa.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: pg_upgrade: Use new routine to retrieve data of PG_VERSION
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Use ereport rather than elog in WinCheckAndInitializeNullTreatme