FreeBSD Bugzilla – Attachment 184102 Details for
Bug 219679
[NEW PORT] databases/pg_repack: Reorganize tables in PostgreSQL databases with minimal locks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pg_repack.shar
pg_repack.shar (text/plain), 2.09 KB, created by
Jov
on 2017-07-06 02:51:47 UTC
(
hide
)
Description:
pg_repack.shar
Filename:
MIME Type:
Creator:
Jov
Created:
2017-07-06 02:51:47 UTC
Size:
2.09 KB
patch
obsolete
># 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 <amutu@amutu.com> >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 <bsd.port.mk> >9cb0620050d671199fd1166f48c106bc >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 219679
:
183093
| 184102