It's a port for pg_reorg. Pg_reorg allows you to do some manipulations with postgresql tables online: for example, do online vacuum full or cluster. Fix: Patch attached with submission follows:
Alexander Pyhalov wrote on 01.09.2011 10:09: > Hello. > Could someone look at ports/160313 ? It is a port for pg_reorg, which is > used to rebuild your PostgreSQL tables, for example, to eliminate table > bloat. Hi Alexander, please consider patch attached. Major changes are: - do not depend on postresql90 explicitly, use USE_PGSQL instead Minor changes: - fix tabs, portname and $FreeBSD$ string in Makefile's header - remove PORTREVISION and DISTNAME that is not needed actually - do not list each documentation file, install - add LICENSE - remove some unneded tabs, sort knobs - use ${PORTNAME} in ${WRKSRC} - do not list each documentation filem install them with COPYTREE_SHARE The port runs fine here with postgresql84. -- Regards, Ruslan Tinderboxing kills... the drives.
Hello. Thanks for your patch. This port now looks better and works with 8.4. On 09/01/2011 14:48, Ruslan Mahmatkhanov wrote: > Alexander Pyhalov wrote on 01.09.2011 10:09: >> Hello. >> Could someone look at ports/160313 ? It is a port for pg_reorg, which is >> used to rebuild your PostgreSQL tables, for example, to eliminate table >> bloat. > > Hi Alexander, > please consider patch attached. -- Best regards, Alexander Pyhalov, system administrator of Computer Center of Southern Federal University
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-12-26 20:00:32 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/pg_reorg Makefile distinfo pkg-descr pkg-plist Log: pg_reorg allows you to reorganize your tables online, for example, do online vacuum full or cluster. WWW: http://pgfoundry.org/projects/reorg/ PR: ports/160313 Submitted by: alp@sfedu.ru, improvements by rm@ Revision Changes Path 1.1061 +1 -0 ports/databases/Makefile 1.1 +28 -0 ports/databases/pg_reorg/Makefile (new) 1.1 +2 -0 ports/databases/pg_reorg/distinfo (new) 1.1 +4 -0 ports/databases/pg_reorg/pkg-descr (new) 1.1 +11 -0 ports/databases/pg_reorg/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
pawel 2011-12-26 20:05:28 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: For databases/pg_reorg PR: ports/160313 Revision Changes Path 1.1045 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!