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 ecd0bfa commit 2dd82a6Copy full SHA for 2dd82a6
src/bin/psql/win32.mak
@@ -28,7 +28,7 @@ CLEAN :
28
29
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D\
30
"_MBCS" /Fp"$(INTDIR)\psql.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c \
31
- /I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP" /D "BLCKSZ=8192"
+ /I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP"
32
33
!IFDEF MULTIBYTE
34
!IFNDEF MBFLAGS
src/interfaces/libpq/win32.h
@@ -27,6 +27,5 @@
27
*/
#define DEF_PGPORT "5432"
-#define BLCKSZ 8192
#define MAXIMUM_ALIGNOF 4
0 commit comments