Re: MacOS: xsltproc fails with "warning: failed to load external entity" - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: MacOS: xsltproc fails with "warning: failed to load external entity"
Date
Msg-id CAJ7c6TNq3phiefEopG8X7ZJ7oj7kZyQdPefHM+kt=XvVPkd08Q@mail.gmail.com
Whole thread Raw
In response to Re: MacOS: xsltproc fails with "warning: failed to load external entity"  (Aleksander Alekseev <aleksander@timescale.com>)
Responses Re: MacOS: xsltproc fails with "warning: failed to load external entity"
List pgsql-hackers
Hi hackers,

> I've found a solution:
>
> ```
> export SGML_CATALOG_FILES=/usr/local/etc/xml/catalog
> export XMLLINT="xmllint --catalogs"
> export XSLTPROC="xsltproc --catalogs"
> ```
>
> I will submit a patch for the documentation in a bit, after I'll check
> it properly.

PFA the patch.

I don't have a strong opinion regarding any particular wording and
would like to ask the committer to change it as he sees fit.

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Nitin Jadhav
Date:
Subject: Re: Fix GUC_NO_SHOW_ALL test scenario in 003_check_guc.pl
Next
From: vignesh C
Date:
Subject: Re: Deadlock between logrep apply worker and tablesync worker