pgsql: Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file
Date
Msg-id 20100105202332.E21DC753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        Catalog.pm (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/Catalog.pm?r1=1.2&r2=1.3)
        genbki.pl (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/genbki.pl?r1=1.3&r2=1.4)
    pgsql/src/backend/utils:
        Gen_fmgrtab.pl (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/Gen_fmgrtab.pl?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: And another one
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).