Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names,
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |