pgsql: pgcrypto: Consistent spelling of built-in

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgcrypto: Consistent spelling of built-in
Date: 2026-08-25 08:42:26
Message-ID: E1wymjh-00000002299-18dH@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgcrypto: Consistent spelling of built-in

Consistently use "built-in" instead of "built in" and "builtin".

Author: Erik Rijkers <er(at)xs4all(dot)nl>
Reviewed-by: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Discussion: https://postgr.es/m/b6d69f32-253c-43ee-290e-f5f4c051a358@xs4all.nl

Branch
------
master

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

Modified Files
--------------
contrib/pgcrypto/pgcrypto.c | 6 +++---
doc/src/sgml/pgcrypto.sgml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2026-08-25 08:51:55 pgsql: Further cleanup related to statistics import support in postgres
Previous Message Peter Eisentraut 2026-08-25 08:40:26 pgsql: Change InputFunctionCall* to take a const char *str