]> granicus.if.org Git - postgresql/commit
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 May 2018 15:41:42 +0000 (11:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 May 2018 15:41:42 +0000 (11:41 -0400)
commitf755a152d4e3e6f913c6b7b6afe1785b1171c1cb
tree9b41cd5b2fa3f56628429244a2925ae97ad032eb
parent3f5e3a98443c7f437465d79e4b99a0a661ae1b9b
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
doc/src/sgml/ref/create_aggregate.sgml
doc/src/sgml/xaggr.sgml
src/backend/commands/aggregatecmds.c
src/backend/executor/nodeAgg.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/t/002_pg_dump.pl
src/include/catalog/pg_aggregate.h
src/include/executor/nodeAgg.h
src/test/regress/expected/create_aggregate.out
src/test/regress/sql/create_aggregate.sql