| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | getting rid of maintainer-check |
| Date: | 2013-09-04 02:41:17 |
| Message-ID: | 1378262477.28745.5.camel@vanquo.pezone.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
The maintainer-check target never really caught on, I think. Most
people don't run it, and that in turn annoys those who do. Also, it
doesn't provide much functionality.
I propose that we get rid of it and roll the functionality into the
regular build.
Specifically:
- Running duplicate_oids during the regular build was already discussed
elsewhere recently. There are some details to be resolved there, but
it's doable.
- Checking for tabs in SGML files can be run during the regular
documentation build without problems.
- The NLS checks can also be run during the regular NLS-enabled build.
That's it. Any concerns?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Merlin Moncure | 2013-09-04 02:44:33 | Re: strange IS NULL behaviour |
| Previous Message | Tom Lane | 2013-09-04 02:27:38 | Re: strange IS NULL behaviour |