diff options
Diffstat (limited to 'src/interfaces/libpq/win32.h')
-rw-r--r-- | src/interfaces/libpq/win32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h index 2565700c92d..d3e9b34815d 100644 --- a/src/interfaces/libpq/win32.h +++ b/src/interfaces/libpq/win32.h @@ -29,7 +29,7 @@ * Parts of config.h that you get with autoconf on other systems */ -/* - * Default port to connect to - */ #define DEF_PGPORT "5432" +#define BLCKSZ 8192 +#define MAXIMUM_ALIGNOF 4 + |