Skip to content

Commit

Permalink
Exclude unnecessary files when not enable ic_proxy
Browse files Browse the repository at this point in the history
We don't need extra libs like libuv when config without --enable-ic-porxy.
Use ENABLE_IC_PROXY to identify dependency.
  • Loading branch information
jiaqizho authored and my-ship-it committed Jul 24, 2023
1 parent cf7a18a commit 9979adb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/interconnect/ic_modules.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
#include "ic_common.h"
#include "tcp/ic_tcp.h"
#include "udp/ic_udpifc.h"

#ifdef ENABLE_IC_PROXY
#include "proxy/ic_proxy_server.h"
#endif

PG_MODULE_MAGIC;

Expand Down

0 comments on commit 9979adb

Please sign in to comment.