diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-10-23 03:28:58 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-10-23 03:28:58 +0000 |
| commit | 2dd82a67e560ac7a6dc6b8373749e6e2bcd9641a (patch) | |
| tree | 5a8056caf1c438863ebe3b4abc23c49cb084af63 /src/interfaces/libpq/win32.h | |
| parent | ecd0bfa81a8290219f4973b8fd456a2ffeb11d40 (diff) | |
| download | postgresql-2dd82a67e560ac7a6dc6b8373749e6e2bcd9641a.tar.gz | |
Remove gratuitous redefinitions of BLCKSZ.
Diffstat (limited to 'src/interfaces/libpq/win32.h')
| -rw-r--r-- | src/interfaces/libpq/win32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h index 303fbd91ca..6988bcd98f 100644 --- a/src/interfaces/libpq/win32.h +++ b/src/interfaces/libpq/win32.h @@ -27,6 +27,5 @@ */ #define DEF_PGPORT "5432" -#define BLCKSZ 8192 #define MAXIMUM_ALIGNOF 4 |
