Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3a60640

Browse files
committed
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
1 parent eadf5dc commit 3a60640

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/config.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
eventual use of autoconf to build the server
55
*/
66

7+
#define BLCKSZ 8192
8+
9+
710
#if defined(win32)
811
# define WIN32
912
# define NO_UNISTD_H
@@ -30,7 +33,6 @@
3033
# define NO_VFORK
3134
#endif
3235

33-
3436
/* Debug and various "defines" that should be documented */
3537

3638
/* found in function aclparse() in src/backend/utils/adt/acl.c */

0 commit comments

Comments
 (0)