Hello Alexey Serbin,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/23197
to review the following change.
Change subject: KUDU-3678: Fix PostgreSQL build on MacOS 15
......................................................................
KUDU-3678: Fix PostgreSQL build on MacOS 15
This pulls in a slightly modified patch from postgres to fix detection
of strchrnul() in MacOS 15. MacOS 15.4 now has that function, but
only when MACOSX_DEPLOYMENT_TARGET >= 15.4. Postgres' current
deployment target is 15.0, causing the build to fail.
Change-Id: Idb27f2d401360da69a6d49b5f33fd472c7083065
---
M thirdparty/download-thirdparty.sh
A thirdparty/patches/postgres-fix-strchrnul-macos-check.patch
2 files changed, 218 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/23197/1
--
To view, visit http://gerrit.cloudera.org:8080/23197
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb27f2d401360da69a6d49b5f33fd472c7083065
Gerrit-Change-Number: 23197
Gerrit-PatchSet: 1
Gerrit-Owner: Jeffrey Smith <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>