Re: Initial refactoring of plperl.c - updated

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Initial refactoring of plperl.c - updated
Дата
Msg-id 1263071778.1339.22.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Initial refactoring of plperl.c - updated  (Tim Bunce <Tim.Bunce@pobox.com>)
Ответы Re: Initial refactoring of plperl.c - updated  (Tim Bunce <Tim.Bunce@pobox.com>)
Список pgsql-hackers
On fre, 2010-01-08 at 12:46 +0000, Tim Bunce wrote:
> *** 45,50 ****
> --- 45,55 ----
>   
>   include $(top_srcdir)/src/Makefile.shlib
>   
> + plperl.o: perlchunks.h
> + 
> + perlchunks.h: plc_*.pl
> +       $(PERL) text2macro.pl --strip='^(\#.*|\s*)$$' plc_*.pl >
> perlchunks.htmp
> +       mv perlchunks.htmp perlchunks.h
>   
>   all: all-lib
>   

What's the reason for the temp file here?



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Feature patch 1 for plperl [PATCH]
Следующее
От: Tim Bunce
Дата:
Сообщение: Re: Initial refactoring of plperl.c - updated