Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation
Дата
Msg-id 527FFD09.3050904@dunslane.net
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 11/10/2013 04:16 PM, Peter Geoghegan wrote:
> On Sun, Nov 10, 2013 at 1:07 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I'd argue the opposite --- the existing shell-script version is entirely
>> useless to developers running on Windows, while they could use a Perl
>> version.  Also, we've pretty much locked in the assumption that developers
>> will have Perl.
> +1.
>


It might be a bit more portable if we replaced the shebang lines on perl 
scripts with
   #!/bin/env perl

That's probably worth considering. MSVC users would still have to call 
"perl scriptname" or possibly "\path\to\perl scriptname", but I think 
that's OK, and they will have to do that anyway.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist