Re: Doc: typo in config.sgml - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Doc: typo in config.sgml
Date
Msg-id 88cb6ecf-22bb-431e-974b-1cd236a80364@eisentraut.org
Whole thread Raw
In response to Re: Doc: typo in config.sgml  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Doc: typo in config.sgml
List pgsql-hackers
On 26.11.24 20:04, Bruce Momjian wrote:
>   %.pdf: %.fo $(ALL_IMAGES)
> -    $(FOP) -fo $< -pdf $@
> +    LANG=C $(FOP) -fo $< -pdf $@ 2>&1 | \
> +    awk 'BEGIN { warn = 0 }  { print }/not available in font/ { warn = 1 }  \
> +    END { if (warn != 0) print("\nFound characters that cannot be displayed in the PDF document") }' 1>&2

Wouldn't that lose the exit code from the fop execution?



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Doc: typo in config.sgml
Next
From: Tom Lane
Date:
Subject: Re: CREATE SCHEMA ... CREATE DOMAIN support