pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/pg_repack



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 27 15:49:05 UTC 2025

Modified Files:
        pkgsrc/databases/pg_repack: Makefile distinfo

Log Message:
pg_repack: updated to 1.5.3

1.5.3
Cleanup temporary indexes on error when using --only-indexes to avoid artefacts after failures
* Acquire SHARE UPDATE EXCLUSIVE lock on the target table during a full-table repack instead of ACCESS SHARE
* Fix subtransactions cache overflow


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/pg_repack/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/pg_repack/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/pg_repack/Makefile
diff -u pkgsrc/databases/pg_repack/Makefile:1.15 pkgsrc/databases/pg_repack/Makefile:1.16
--- pkgsrc/databases/pg_repack/Makefile:1.15    Tue May  6 09:42:44 2025
+++ pkgsrc/databases/pg_repack/Makefile Mon Oct 27 15:49:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/05/06 09:42:44 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/10/27 15:49:05 adam Exp $
 
-DISTNAME=      pg_repack-1.5.2
+DISTNAME=      pg_repack-1.5.3
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=reorg/}

Index: pkgsrc/databases/pg_repack/distinfo
diff -u pkgsrc/databases/pg_repack/distinfo:1.10 pkgsrc/databases/pg_repack/distinfo:1.11
--- pkgsrc/databases/pg_repack/distinfo:1.10    Thu Dec 26 08:07:09 2024
+++ pkgsrc/databases/pg_repack/distinfo Mon Oct 27 15:49:05 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2024/12/26 08:07:09 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/10/27 15:49:05 adam Exp $
 
-BLAKE2s (pg_repack-1.5.2.tar.gz) = c6c6c7ca966ce43b16c228539bbc33f637103e865160dc72c91141a4393011c7
-SHA512 (pg_repack-1.5.2.tar.gz) = da02fca66b00d58a910eeadadeda952003d9959bff41fafddece56712c06b0a2436dd66d4c0f6bf26736599127ba57af39fef4e099b0cf012076d907f1574912
-Size (pg_repack-1.5.2.tar.gz) = 100553 bytes
+BLAKE2s (pg_repack-1.5.3.tar.gz) = 146e154e254abd60e426d8e75155f38abcd8ebe1588b7e7a08b4d7301a49d19e
+SHA512 (pg_repack-1.5.3.tar.gz) = a422b721decf1af935e20b50e11c0dc21605cdae492f6e1dfcfbce228da2b66890bcde16784e0f32a6a6a8036c69f01f6dd6509f46a97c972b5676c0f9e8d9b6
+Size (pg_repack-1.5.3.tar.gz) = 100851 bytes
 SHA1 (patch-bin_Makefile) = 7e82083f0df7e9a1532be323196875bd8ba44520
 SHA1 (patch-bin_pg__repack.c) = e983b5e9ce21368fec6fd2c550cd1fad78e94d5b



Home | Main Index | Thread Index | Old Index