On 10/11/13 3:57 AM, Tom Lane wrote: > Peter Eisentraut <[email protected]> writes: >> Replace duplicate_oids with Perl implementation >> It is more portable, more robust, and more readable. >> From: Andrew Dunstan <[email protected]> > > What about unused_oids?
We are not planning to put unused_oids in to the main build path, so there is much less of a need to make it more portable or robust. Also, as we have just (re-)learned, you cannot rely on /usr/bin/perl being there, so rewriting unused_oids in Perl would arguably make it less usable. -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
