pgsql: doc: fix Apple Silicon Homebrew prefix change documentation

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: fix Apple Silicon Homebrew prefix change documentation
Date: 2023-03-27 12:25:06
Message-ID: E1pgluM-005dUc-5Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: fix Apple Silicon Homebrew prefix change documentation

Commit 4c8d65408 incorrectly stated that Homebrew has changed its
prefix for Apple M1 machines, but the prefix change applies to all
Apple Silicon based machines. Fix by writing Apple Silicon instead
of Apple M1.

Reported-by: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Discussion: https://postgr.es/m/87mt3ys8ng.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a91c79755034fecb546cbee76c14b89c514177c

Modified Files
--------------
doc/src/sgml/docguide.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-03-27 17:17:30 Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.
Previous Message Daniel Gustafsson 2023-03-27 10:06:12 pgsql: doc: Fix XML_CATALOG_FILES env var for Apple M1 machines