Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a60640

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 parenteadf5dc commit3a60640

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+
#defineBLCKSZ8192
8+
9+
710
#if defined(win32)
811
# defineWIN32
912
# defineNO_UNISTD_H
@@ -30,7 +33,6 @@
3033
# defineNO_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)

[8]ページ先頭

©2009-2025 Movatter.jp