Re: Need clarification on compilation errors in PG 16.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pradeep Kumar <spradeepkumar29(at)gmail(dot)com>
Cc: Long Song <songlong88(at)126(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Need clarification on compilation errors in PG 16.2
Date: 2024-05-28 20:51:17
Message-ID: 2334.1716929477@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pradeep Kumar <spradeepkumar29(at)gmail(dot)com> writes:
> Yes it was defined in "pg_config.h"
> /* Define to 1 if you have the `memset_s' function. */
> #define HAVE_MEMSET_S 1

That's correct for recent versions of macOS. I see you are
building against a recent SDK:

/Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/usr/include/string.h

but I wonder if maybe the actual OS version is back-rev?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-05-28 21:10:05 Re: Need clarification on compilation errors in PG 16.2
Previous Message Dave Page 2024-05-28 19:13:17 Windows: openssl & gssapi dislike each other