pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines
Date: 2023-03-27 19:47:19
Message-ID: E1pgsoI-0001zq-Fz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines

Homebrew changed the prefix for Apple Silicon based machines, so
our advice for XML_CATALOG_FILES needs to mention both. More info
on the Homebrew change can be found at:

https://github.com/Homebrew/brew/issues/9177

This is backpatch of commits 4c8d65408 and 5a91c7975, the latter
which contained a small fix based on a report from Dagfinn Ilmari
Mannsåker.

Author: Julien Rouhaud <julien(dot)rouhaud(at)free(dot)fr>
Discussion: https://postgr.es/m/20230327082441.h7pa2vqiobbyo7rd@jrouhaud

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4257d34e310be2e16c782f9e9339907a34f708ce

Modified Files
--------------
doc/src/sgml/docguide.sgml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-03-27 20:17:32 Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.
Previous Message Daniel Gustafsson 2023-03-27 19:47:07 pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines