Skip to content

Commit ffb949b

Browse files
author
Alexander Korotkov
committed
Remove RANDOMIZE_ALLOCATED_MEMORY.
1 parent cc181ea commit ffb949b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/pg_config_manual.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
* facilitate catching code that depends on the contents of uninitialized
265265
* memory. Caution: this is horrendously expensive.
266266
*/
267-
#define RANDOMIZE_ALLOCATED_MEMORY
267+
/* #define RANDOMIZE_ALLOCATED_MEMORY */
268268

269269
/*
270270
* Define this to force all parse and plan trees to be passed through

0 commit comments

Comments
 (0)