We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881390f commit 164e1bcCopy full SHA for 164e1bc
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $Id: c.h,v 1.123 2002/08/25 17:20:01 tgl Exp $
+ * $Id: c.h,v 1.124 2002/09/01 23:41:47 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -600,7 +600,7 @@ typedef NameData *Name;
600
memset((char *) _start, _val, _len); \
601
} while (0)
602
603
-#define MEMSET_LOOP_LIMIT 64
+#define MEMSET_LOOP_LIMIT 1024
604
605
606
/* ----------------------------------------------------------------
0 commit comments