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

Commite733bef

Browse files
committed
One file at a time, one directory after the other...this is going
to be one helluva chore to clean up...
1 parent849292a commite733bef

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

‎src/include/config.h‎

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

7-
#if defined(WIN32)
7+
#if defined(win32)
8+
# defineWIN32
89
# defineNO_UNISTD_H
910
# defineUSES_WINSOCK
1011
#endif/* WIN32 */
@@ -29,3 +30,31 @@
2930
# defineNO_VFORK
3031
#endif
3132

33+
34+
/* Debug and various "defines" that should be documented */
35+
36+
/* found in function aclparse() in src/backend/utils/adt/acl.c */
37+
/* #define ACLDEBUG */
38+
39+
/* found in src/backend/utils/adt/arrayfuncs.c */
40+
/* #define LOARRAY */
41+
#defineESCAPE_PATCH
42+
#defineARRAY_PATCH
43+
44+
45+
/* found in src/backend/utils/adt/date.c */
46+
/* #define DATEDEBUG */
47+
48+
/* found in src/backend/utils/adt/datetimes.c */
49+
/* #define USE_SHORT_YEAR */
50+
/* #define AMERICAN_STYLE */
51+
52+
/*----------------------------------------*/
53+
/* found in src/backend/utils/adt/float.c */
54+
/*------------------------------------------------------*/
55+
/* defining unsafe floats's will make float4 and float8 */
56+
/* ops faster at the cost of safety, of course! */
57+
/*------------------------------------------------------*/
58+
/* #define UNSAFE_FLOATS */
59+
60+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp