# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pg_repack # pg_repack/pkg-descr # pg_repack/distinfo # pg_repack/Makefile # echo c - pg_repack mkdir -p pg_repack > /dev/null 2>&1 echo x - pg_repack/pkg-descr sed 's/^X//' >pg_repack/pkg-descr << '2b3d7e5e45b38b9413a90b4819bab7d2' XPg_repack is a PostgreSQL extension which lets you remove bloat from tables and Xindexes, and optionally restore the physical order of clustered indexes. Unlike XCLUSTER and VACUUM FULL it works online, without holding an exclusive lock on Xthe processed tables during processing. pg_repack is efficient to boot, with Xperformance comparable to using CLUSTER directly. X XWWW: https://github.com/reorg/pg_repack 2b3d7e5e45b38b9413a90b4819bab7d2 echo x - pg_repack/distinfo sed 's/^X//' >pg_repack/distinfo << 'de510fb36dfcbc3fa758dd51d9c69938' XTIMESTAMP = 1496220411 XSHA256 (reorg-pg_repack-ver_1.4.0.1_GH0.tar.gz) = fb5594ebbc25c83c1939736b3f97c430e60e48934ef9498062527ffa73e21a64 XSIZE (reorg-pg_repack-ver_1.4.0.1_GH0.tar.gz) = 90995 de510fb36dfcbc3fa758dd51d9c69938 echo x - pg_repack/Makefile sed 's/^X//' >pg_repack/Makefile << '9cb0620050d671199fd1166f48c106bc' X# Created by: Jov X# $FreeBSD$ X XPORTNAME= pg_repack XPORTVERSION= 1.4.0.1 XDISTVERSIONPREFIX= ver_ XCATEGORIES= databases XPKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- X XMAINTAINER= amutu@amutu.com XCOMMENT= Reorganize tables in PostgreSQL databases with minimal locks X XLICENSE= BSD3CLAUSE X XUSES= gmake pgsql:9.2+ XUSE_GITHUB= yes XGH_ACCOUNT= reorg X XWANT_PGSQL= server X XPLIST_FILES= bin/pg_repack \ X lib/postgresql/pg_repack.so \ X share/postgresql/extension/pg_repack--1.4.0.sql \ X share/postgresql/extension/pg_repack.control X Xpost-install: X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pg_repack \ X ${STAGEDIR}${PREFIX}/lib/postgresql/pg_repack.so X X.include 9cb0620050d671199fd1166f48c106bc exit