From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: moving from contrib to bin |
Date: | 2014-12-15 01:59:48 |
Message-ID: | 548E4094.4000008@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Here is a patch series to move
pg_archivecleanup
pg_standby
pg_test_fsync
pg_test_timing
pg_upgrade
pg_xlogdump
pgbench
from contrib/ to src/bin/.
Move people didn't like moving oid2name and vacuumlo, which I
understand. So I'll leave those for now.
I have also included a patch to move pg_upgrade_support into the
backend, as discussed.
Open issues/discussion points:
- no Windows build system support yet
- I didn't move the source of the man pages to .../sgml/ref. This could
be done.
- I didn't rename to the SGML ids of the man pages to git the patter of
the other applications, because that would change the name of the HTML
pages.
- We have traditionally kept an individual author acknowledgement in the
man pages for contrib items. Should those be removed now?
Attachment | Content-Type | Size |
---|---|---|
0001-Sort-SUBDIRS-variable-in-src-bin-Makefile.patch | application/x-patch | 902 bytes |
0002-Move-pg_archivecleanup-from-contrib-to-src-bin.patch | application/x-patch | 4.3 KB |
0003-Move-pg_standby-from-contrib-to-src-bin.patch | application/x-patch | 3.8 KB |
0004-Move-pg_xlogdump-from-contrib-to-src-bin.patch | application/x-patch | 5.8 KB |
0005-Move-pgbench-from-contrib-to-src-bin.patch | application/x-patch | 3.6 KB |
0006-Move-pg_test_fsync-from-contrib-to-src-bin.patch | application/x-patch | 3.7 KB |
0007-Move-pg_test_timing-from-contrib-to-src-bin.patch | application/x-patch | 3.8 KB |
0008-Integrate-pg_upgrade_support-module-into-backend.patch | application/x-patch | 26.7 KB |
0009-Move-pg_upgrade-from-contrib-to-src-bin.patch | application/x-patch | 16.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2014-12-15 02:05:49 | Re: pgcrypto: PGP signatures |
Previous Message | Michael Paquier | 2014-12-15 01:56:54 | Re: KNN-GiST with recheck |