pgsql: Consistently spell "leakproof" without a hyphen. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Consistently spell "leakproof" without a hyphen.
Date
Msg-id E1tXhKk-001VuD-4O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Consistently spell "leakproof" without a hyphen.

The overwhelming majority of places already did this, but a small
handful of places had a hyphen.

Yugo Nagata.

Discussion: https://postgr.es/m/CAEZATCXnnuORE2BoGwHw2zbtVvsPOLhbfVmEk9GxRzK%2Bx3OW-Q%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4cb560b53f8f9e9a94d593f9416c107ed8202110

Modified Files
--------------
doc/src/sgml/catalogs.sgml              | 2 +-
doc/src/sgml/planstats.sgml             | 2 +-
doc/src/sgml/rules.sgml                 | 2 +-
src/backend/statistics/extended_stats.c | 4 ++--
src/backend/utils/adt/selfuncs.c        | 4 ++--
src/include/catalog/pg_proc.h           | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ out
Next
From: Fujii Masao
Date:
Subject: pgsql: ecpg: Restore detection of unsupported COPY FROM STDIN.