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

Commita5e804d

Browse files
committed
Use a process-specific temp file name, per Andreas Haumer.
1 parent9c2a7c2 commita5e804d

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)

[8]ページ先頭

©2009-2025 Movatter.jp