Closed pyrocks closed 2 months ago
Hi, is the cpu chip of your mac running on apple silicon or intel? it looks like your local installation of postgres is using the x86 architecture but your host is running on the arm64 architecture
Hi, my mac is using apple silicon, but I have migrated to it from an intel based mac, which might explain why the local installation is using a x86. With that being said, I didn't have problems installing other extensions (i.e postgresql anonymizer).
I would suggest reinstalling postgres binaries and retry building pg_tle. Im also running on a apple silicon cpu and it builds without any issue
Description
I can't build the extension on macOS, specifically 14.4.1. I did not see anywhere in the documentation that the extension is limited to linux or x86_64.
Steps to reproduce
Followed the installation instructions - cloned the repository and ran
make
in the cloned folder.Expected outcome
Extension being built successfully
Actual outcome
Analysis
It would also be nice if the extension was installable using pgxn.