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

Commit164e1bc

Browse files
committed
Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for most
platforms.
1 parent881390f commit164e1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: c.h,v 1.123 2002/08/25 17:20:01 tgl Exp $
15+
* $Id: c.h,v 1.124 2002/09/01 23:41:47 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -600,7 +600,7 @@ typedef NameData *Name;
600600
memset((char *) _start, _val, _len); \
601601
} while (0)
602602

603-
#defineMEMSET_LOOP_LIMIT64
603+
#defineMEMSET_LOOP_LIMIT1024
604604

605605

606606
/* ----------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp