Re: PostgreSQL does not compile on macOS SDK 15.0

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Aleksander Alekseev <aleksander@timescale.com>, Pg Hackers <pgsql-hackers@lists.postgresql.org>, Stan Hu <stanhu@gmail.com>
Date: 2024-07-04T18:44:39Z
Lists: pgsql-hackers
I wrote:
> I think it might be cleaner to put the new #include and macro hacking
> into regcustom.h, to show that it's our own hack and not part of the
> "official" Spencer code.

Oh, scratch that.  I was thinking regex.h included regcustom.h,
but it doesn't, so there's no way that can work.  Never mind...

			regards, tom lane



Commits

  1. Cope with <regex.h> name clashes.