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

Commitca8a8ba

Browse files
committed
Add comments.
1 parentf687c7e commitca8a8ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/thread/thread_test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
*$PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.27 2004/04/27 18:36:31 momjian Exp $
9+
*$PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.28 2004/04/27 18:40:50 momjian Exp $
1010
*
1111
*This program tests to see if your standard libc functions use
1212
*pthread_setspecific()/pthread_getspecific() to be thread-safe.
@@ -100,6 +100,7 @@ main(int argc, char *argv[])
100100
temp_filename_1=malloc(strlen(TEMP_FILENAME_1)+1);
101101
strcpy(temp_filename_1,TEMP_FILENAME_1);
102102
mktemp(temp_filename_1);
103+
103104
temp_filename_2=malloc(strlen(TEMP_FILENAME_2)+1);
104105
strcpy(temp_filename_2,TEMP_FILENAME_2);
105106
mktemp(temp_filename_2);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp