Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a5e804d

Browse files
committed
Use a process-specific temp file name, per Andreas Haumer.
1 parent 9c2a7c2 commit a5e804d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/genbki.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
#
1212
# IDENTIFICATION
13-
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.29 2003/04/06 22:45:22 petere Exp $
13+
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.30 2003/07/29 14:12:50 tgl Exp $
1414
#
1515
# NOTES
1616
# non-essential whitespace is removed from the generated file.
@@ -113,7 +113,7 @@ if [ x"$TMPDIR" = x"" ] ; then
113113
fi
114114

115115

116-
TMPFILE="$TMPDIR/genbkitmp.c"
116+
TMPFILE="$TMPDIR/genbkitmp$$.c"
117117

118118
trap "rm -f $TMPFILE ${OUTPUT_PREFIX}.bki.$$ ${OUTPUT_PREFIX}.description.$$" 0 1 2 3 15
119119

0 commit comments

Comments
 (0)