pgsql: Improve spelling of new FINALFUNC_MODIFY aggregate attribute. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Date
Msg-id E1fKmwX-0004o4-2o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.

I'd used SHARABLE as a value originally, but Peter Eisentraut points out
that dictionaries agree that SHAREABLE is the preferred spelling.
Run around and change that before it's too late.

Discussion: https://postgr.es/m/d2e1afd4-659c-50d6-1b20-7cfd3675e909@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f755a152d4e3e6f913c6b7b6afe1785b1171c1cb

Modified Files
--------------
doc/src/sgml/ref/create_aggregate.sgml         | 19 ++++++++++---------
doc/src/sgml/xaggr.sgml                        |  4 ++--
src/backend/commands/aggregatecmds.c           |  6 +++---
src/backend/executor/nodeAgg.c                 | 22 +++++++++++-----------
src/bin/pg_dump/pg_dump.c                      |  8 ++++----
src/bin/pg_dump/t/002_pg_dump.pl               |  4 ++--
src/include/catalog/pg_aggregate.h             |  2 +-
src/include/executor/nodeAgg.h                 |  4 ++--
src/test/regress/expected/create_aggregate.out |  2 +-
src/test/regress/sql/create_aggregate.sql      |  2 +-
10 files changed, 37 insertions(+), 36 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: fix bogus cross-reference link.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix some whitespace issues