Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 72559b49c051ff7dc860068c96324ddf07d7955d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-05T20:23:32Z
Releases: 9.0.0
Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names,
so that it's safe if a parallel make chooses to run two concurrent copies.
Also, work around a memory leak in some versions of Perl.

Files

PathChange+/−
src/backend/catalog/Catalog.pm modified +6 −3
src/backend/catalog/genbki.pl modified +19 −14
src/backend/utils/Gen_fmgrtab.pl modified +14 −7