pgsql: PDF docs build: avoid spurious "warn" in build logs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: PDF docs build: avoid spurious "warn" in build logs.
Date: 2025-02-08 03:14:12
Message-ID: E1tgbIK-005xmX-6D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

PDF docs build: avoid spurious "warn" in build logs.

Improve on e4c886519 so that the string "warn" appears in
the output when there's a problem, and not when there isn't.
This should silence noise I've been seeing in my buildfarm
warning scraper.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-02-09 07:52:58 pgsql: Refactor TAP test code for file comparisons into new routine in
Previous Message Tom Lane 2025-02-07 18:42:01 pgsql: Fix pgbench performance issue induced by commit af35fe501.