FreeBSD Bugzilla – Attachment 203775 Details for
Bug 237001
databases/pg_partman update to 4.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pg_partman_3.2.1_to_4.0.0_v2.patch
pg_partman_3.2.1_to_4.0.0_v2.patch (text/plain), 3.39 KB, created by
Lacey Powers
on 2019-04-18 22:04:29 UTC
(
hide
)
Description:
pg_partman_3.2.1_to_4.0.0_v2.patch
Filename:
MIME Type:
Creator:
Lacey Powers
Created:
2019-04-18 22:04:29 UTC
Size:
3.39 KB
patch
obsolete
>Index: databases/pg_partman/Makefile >=================================================================== >--- databases/pg_partman/Makefile (revision 499244) >+++ databases/pg_partman/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pg_partman > DISTVERSIONPREFIX= v >-DISTVERSION= 3.2.1 >+DISTVERSION= 4.0.0 > PORTREVISION= 1 > CATEGORIES= databases > >@@ -27,6 +27,7 @@ > > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_partman_bgw.so >+ cd ${WRKSRC}/bin/pg10/ && ${MV} *.py ${STAGEDIR}/${PREFIX}/bin/ > > post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} >Index: databases/pg_partman/distinfo >=================================================================== >--- databases/pg_partman/distinfo (revision 499244) >+++ databases/pg_partman/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1537486454 >-SHA256 (keithf4-pg_partman-v3.2.1_GH0.tar.gz) = 4965dd5f14460983d9f1898782bfed19abf6e4543a9a14aa6476c28848b78c66 >-SIZE (keithf4-pg_partman-v3.2.1_GH0.tar.gz) = 879471 >+TIMESTAMP = 1553728558 >+SHA256 (keithf4-pg_partman-v4.0.0_GH0.tar.gz) = 981eb1d651d70e3dcfcf6eae28a444effd9e85cf57d758edf77b71635813d089 >+SIZE (keithf4-pg_partman-v4.0.0_GH0.tar.gz) = 934454 >Index: databases/pg_partman/pkg-descr >=================================================================== >--- databases/pg_partman/pkg-descr (revision 499244) >+++ databases/pg_partman/pkg-descr (working copy) >@@ -1,10 +1,10 @@ > pg_partman is an extension to create and manage both time-based and >-serial-based table partition sets. Sub-partitoning is also supported. >-Child table & trigger function creation is all managed by the extension >-itself. Tables with existing data can also have their data partitioned in >-easily managed smaller batches. Optional retention policy can automatically >-drop partitions no longer needed. A background worker (BGW) process is >-included to automatically run partition maintenance without the need of an >+serial-based table partition sets. Sub-partitoning is also supported >+Child table & trigger function creation is all managed by the extension >+itself. Tables with existing data can also have their data partitioned in >+easily managed smaller batches. Optional retention policy can automatically >+drop partitions no longer needed. A background worker (BGW) process is >+included to automatically run partition maintenance without the need of an > external scheduler (cron, etc) in most cases. > > WWW: https://github.com/keithf4/pg_partman >Index: databases/pg_partman/pkg-plist >=================================================================== >--- databases/pg_partman/pkg-plist (revision 499244) >+++ databases/pg_partman/pkg-plist (working copy) >@@ -1,11 +1,11 @@ > bin/check_unique_constraint.py > bin/dump_partition.py >+bin/reapply_indexes.py >+bin/vacuum_maintenance.py > bin/partition_data.py > bin/reapply_constraints.py > bin/reapply_foreign_keys.py >-bin/reapply_indexes.py > bin/undo_partition.py >-bin/vacuum_maintenance.py > lib/postgresql/pg_partman_bgw.so > %%PORTDOCS%%%%DOCSDIR%%/migration_to_partman.md > %%PORTDOCS%%%%DOCSDIR%%/pg_partman.md >@@ -75,5 +75,6 @@ > share/postgresql/extension/pg_partman--3.1.2--3.1.3.sql > share/postgresql/extension/pg_partman--3.1.3--3.2.0.sql > share/postgresql/extension/pg_partman--3.2.0--3.2.1.sql >-share/postgresql/extension/pg_partman--3.2.1.sql >+share/postgresql/extension/pg_partman--3.2.1--4.0.0.sql >+share/postgresql/extension/pg_partman--4.0.0.sql > share/postgresql/extension/pg_partman.control
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237001
:
203364
| 203775