pgsql: Consistently spell "leakproof" without a hyphen.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Consistently spell "leakproof" without a hyphen.
Date: 2025-01-14 13:51:54
Message-ID: E1tXhKk-001VuD-4O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-01-14 16:27:18 pgsql: ecpg: Restore detection of unsupported COPY FROM STDIN.
Previous Message Dean Rasheed 2025-01-14 13:26:17 pgsql: psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ out