Commit 3a606407 authored by Marc G. Fournier's avatar Marc G. Fournier

We have a machine.h for each platform just because of BLCKSZ, and every

platform with a machine.h has the same BLCKSZ?

Consolidate machine.h into config.h
parent eadf5dc7
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
eventual use of autoconf to build the server eventual use of autoconf to build the server
*/ */
#define BLCKSZ 8192
#if defined(win32) #if defined(win32)
# define WIN32 # define WIN32
# define NO_UNISTD_H # define NO_UNISTD_H
...@@ -30,7 +33,6 @@ ...@@ -30,7 +33,6 @@
# define NO_VFORK # define NO_VFORK
#endif #endif
/* Debug and various "defines" that should be documented */ /* Debug and various "defines" that should be documented */
/* found in function aclparse() in src/backend/utils/adt/acl.c */ /* found in function aclparse() in src/backend/utils/adt/acl.c */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment