Skip to content

Commit e733bef

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 parent 849292a commit e733bef

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+
# define WIN32
89
# define NO_UNISTD_H
910
# define USES_WINSOCK
1011
#endif /* WIN32 */
@@ -29,3 +30,31 @@
2930
# define NO_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+
#define ESCAPE_PATCH
42+
#define ARRAY_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy