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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file
Дата
Msg-id 20100105202332.E21DC753FB7@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: And another one
Следующее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).