mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
One file at a time, one directory after the other...this is going
to be one helluva chore to clean up...
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
eventual use of autoconf to build the server
|
eventual use of autoconf to build the server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(WIN32)
|
#if defined(win32)
|
||||||
|
# define WIN32
|
||||||
# define NO_UNISTD_H
|
# define NO_UNISTD_H
|
||||||
# define USES_WINSOCK
|
# define USES_WINSOCK
|
||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
@@ -29,3 +30,31 @@
|
|||||||
# define NO_VFORK
|
# define NO_VFORK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/* Debug and various "defines" that should be documented */
|
||||||
|
|
||||||
|
/* found in function aclparse() in src/backend/utils/adt/acl.c */
|
||||||
|
/* #define ACLDEBUG */
|
||||||
|
|
||||||
|
/* found in src/backend/utils/adt/arrayfuncs.c */
|
||||||
|
/* #define LOARRAY */
|
||||||
|
#define ESCAPE_PATCH
|
||||||
|
#define ARRAY_PATCH
|
||||||
|
|
||||||
|
|
||||||
|
/* found in src/backend/utils/adt/date.c */
|
||||||
|
/* #define DATEDEBUG */
|
||||||
|
|
||||||
|
/* found in src/backend/utils/adt/datetimes.c */
|
||||||
|
/* #define USE_SHORT_YEAR */
|
||||||
|
/* #define AMERICAN_STYLE */
|
||||||
|
|
||||||
|
/*----------------------------------------*/
|
||||||
|
/* found in src/backend/utils/adt/float.c */
|
||||||
|
/*------------------------------------------------------*/
|
||||||
|
/* defining unsafe floats's will make float4 and float8 */
|
||||||
|
/* ops faster at the cost of safety, of course! */
|
||||||
|
/*------------------------------------------------------*/
|
||||||
|
/* #define UNSAFE_FLOATS */
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user