pgsql: Return actual error code from FOP failure in PDF build

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Return actual error code from FOP failure in PDF build
Date: 2024-12-04 19:37:46
Message-ID: E1tIvBx-0017bb-LT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Return actual error code from FOP failure in PDF build

Previously we returned "1" on error. Improvement on 77c189cdafe.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24c1c6338719e4de1dd5f045418e64957781c595

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

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-12-04 21:05:34 pgsql: Provide a better error message for misplaced dispatch options.
Previous Message Peter Eisentraut 2024-12-04 15:44:59 pgsql: Fix dead code