Skip to content

Commit ca8a8ba

Browse files
committed
Add comments.
1 parent f687c7e commit ca8a8ba

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy