This is an automated email from the ASF dual-hosted git repository. chenjinbao1989 pushed a commit to branch cbdb-postgres-merge in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 130aef2d4494dc9be318a856d0818da0c76ad5fb Author: Jinbao Chen <[email protected]> AuthorDate: Wed Dec 31 00:15:53 2025 +0800 Add macro HAVE_UNIX_SOCKETS --- src/include/c.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/c.h b/src/include/c.h index 23489c2c946..b789a8f31d3 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -1218,6 +1218,7 @@ extern void ExceptionalCondition(const char *conditionName, * Section 8: random stuff * ---------------------------------------------------------------- */ +#define HAVE_UNIX_SOCKETS 1 /* * Invert the sign of a qsort-style comparison result, ie, exchange negative --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
