pgsql: Englishify comment wording - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Englishify comment wording
Date
Msg-id E1v9uDO-002DMp-2h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Englishify comment wording

Switch to using the English word here rather than using a verbified
function name.

The full word still fits within a single comment line, so it's probably
better just to use that instead of trying to shorten it, which might
cause confusion.

Author: Rafia Sabih <rafia.pghackers@gmail.com>
Discussion: https://postgr.es/m/CA+FpmFe7LnRF2NA_QfARjkSWme4mNt+Udwbh2Yb=zZm35Ji31w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86d118f9a60c6aafe1a6331fdf80455df24f32ae

Modified Files
--------------
src/include/nodes/memnodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Fix hashjoin memory balancing logic
Next
From: David Rowley
Date:
Subject: pgsql: Fix reset of incorrect hash iterator in GROUPING SETS queries