pgsql: doc Makefile: issue warning about chars that cannot be output

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc Makefile: issue warning about chars that cannot be output
Date: 2024-12-03 02:25:34
Message-ID: E1tIIbW-000q63-4R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc Makefile: issue warning about chars that cannot be output

A follow-up improvement to commit 641a5b7a144.

Reported-by: Tatsuo Ishii, Tom Lane

Discussion: https://postgr.es/m/20241126.182513.1752581942460106099.ishii@postgresql.org

Backpatch-through: master

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-12-03 03:51:55 pgsql: Introduce CompactAttribute array in TupleDesc
Previous Message Michael Paquier 2024-12-03 00:49:09 pgsql: Rework some code handling pg_subscription data in psql and pg_du