Re: Should we automatically run duplicate_oids? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Should we automatically run duplicate_oids?
Date
Msg-id 12089.1373333612@sss.pgh.pa.us
Whole thread Raw
In response to Should we automatically run duplicate_oids?  (Peter Geoghegan <pg@heroku.com>)
Responses Re: Should we automatically run duplicate_oids?
List pgsql-hackers
Peter Geoghegan <pg@heroku.com> writes:
> ... All the same, it seems like there is a
> case to be made for having this run automatically at build time, and
> having the build fail on the basis of there being a duplicate

This would require a rather higher standard of portability than
duplicate_oids has heretofore been held to.

> Sure, I ought to remember to check this anyway, but it seems
> preferable to make this process more mechanical. I can point to commit
> 55c1687a as a kind of precedent, where the process of running
> check_keywords.pl was made to run automatically any time gram.c is
> rebuilt.

Note that "any time gram.c is rebuilt" is not "every build".  In fact,
for non-developers (tarball consumers), it's not *any* build.

I'm not necessarily opposed to making this happen, but there's more
legwork involved than just adding a call of the existing script in some
random place in the makefiles.
        regards, tom lane



pgsql-hackers by date:

Previous
From: James Sewell
Date:
Subject: Re: [PATCH] Add an ldapoption to disable chasing LDAP referrals
Next
From: Craig Ringer
Date:
Subject: Re: [9.4 CF] Free VMs for Reviewers & Testers