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
This commit is contained in:
parent
eadf5dc754
commit
3a606407c7
@ -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 @@
|
|||||||
# 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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user