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:46:09
Message-ID: E1pgsnA-0001xC-Ds@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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/50792b15537147a5e62e672568bd14e1e9292db2

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 Daniel Gustafsson 2023-03-27 19:46:46 pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines
Previous Message Tom Lane 2023-03-27 19:04:29 pgsql: Reject attempts to alter composite types used in indexes.