Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcceef commit 8027e4dCopy full SHA for 8027e4d
src/interfaces/libpq/Makefile
@@ -37,7 +37,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
37
# libpgport C files we always use
38
OBJS += chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o thread.o
39
# libpgport C files that are needed if identified by configure
40
-OBJS += $(filter crypt.o getaddrinfo.o getpeereid.o inet_aton.o open.o snprintf.o strerror.o strlcpy.o win32error.o, win32setlocale.o, $(LIBOBJS))
+OBJS += $(filter crypt.o getaddrinfo.o getpeereid.o inet_aton.o open.o snprintf.o strerror.o strlcpy.o win32error.o win32setlocale.o, $(LIBOBJS))
41
# backend/libpq
42
OBJS += ip.o md5.o
43
# utils/mb
0 commit comments