OSDN Git Service

Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jan 2010 20:23:32 +0000 (20:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jan 2010 20:23:32 +0000 (20:23 +0000)
commit72559b49c051ff7dc860068c96324ddf07d7955d
tree246f0f4ce21c9c1fdc7b9857ade7547418a1383b
parent1658f6bf58efbad93cc48b1821a7eddb9de1703b
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.
src/backend/catalog/Catalog.pm
src/backend/catalog/genbki.pl
src/backend/utils/Gen_fmgrtab.pl