pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-wal2json postgresql-wal2json: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a99d8977ec3
branches:  trunk
changeset: 389827:6a99d8977ec3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 11 09:27:44 2022 +0000

description:
postgresql-wal2json: update to 2.5.

2.5

Notable changes in this release include:

    fix bug that prevents a default value to be printed in v1 after a TRUNCATE
    document that write-in-chunks parameter is only used for v1
    add include-type-oids support in v2
    array type does not print the correct type name
    add lag tracking support (lag time in pg_stat_replication)
    add support to PostgreSQL 15

2.4

Notable changes in this release include:

    Don't rely on index attribute names for primary key
    Filter was not applied for TRUNCATE
    Avoid duplicate double quotes for type names
    Refactor filter code to be used by both wal2json formats
    documentation improvements

diffstat:

 databases/postgresql-wal2json/Makefile |  11 +++++------
 databases/postgresql-wal2json/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (34 lines):

diff -r e1a1d1cece3c -r 6a99d8977ec3 databases/postgresql-wal2json/Makefile
--- a/databases/postgresql-wal2json/Makefile    Sun Dec 11 09:25:02 2022 +0000
+++ b/databases/postgresql-wal2json/Makefile    Sun Dec 11 09:27:44 2022 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2020/12/05 09:04:58 otis Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/11 09:27:44 wiz Exp $
 
-WAL2JSONVERSION=       2.3
-GITHUB_PROJECT=                wal2json
-GITHUB_TAG=            ${GITHUB_PROJECT}_${WAL2JSONVERSION:C/\./_/}
-DISTNAME=              ${GITHUB_PROJECT}_${WAL2JSONVERSION:C/\./_/}
-PKGNAME=               postgresql${PGSQL_VERSION}-${GITHUB_PROJECT}-${WAL2JSONVERSION}
+DISTNAME=              wal2json-2.5
+PKGNAME=               postgresql${PGSQL_VERSION}-${DISTNAME}
 CATEGORIES=            databases
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=eulerto/}
+GITHUB_PROJECT=                wal2json
+GITHUB_TAG=            ${GITHUB_PROJECT}_${PKGVERSION_NOREV:C/\./_/}
 
 MAINTAINER=    otis%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/eulerto/wal2json
diff -r e1a1d1cece3c -r 6a99d8977ec3 databases/postgresql-wal2json/distinfo
--- a/databases/postgresql-wal2json/distinfo    Sun Dec 11 09:25:02 2022 +0000
+++ b/databases/postgresql-wal2json/distinfo    Sun Dec 11 09:27:44 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:09:47 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/12/11 09:27:44 wiz Exp $
 
-BLAKE2s (wal2json_2_3.tar.gz) = d78ce26b5a601a36efb47c10b1feff19e9732aae9e836431e35f6ff994bc5699
-SHA512 (wal2json_2_3.tar.gz) = 968f15a64daba77ad439fc95e4091ec2fe8581bf40559f1ff3a2c75c129e4954b43eea7300678a0b27a7fc880f25266e39aa8b9bc8bd2c9001661fc93f9c981f
-Size (wal2json_2_3.tar.gz) = 87413 bytes
+BLAKE2s (wal2json-2.5.tar.gz) = 83c67527adda71614d15cab6f2068587ffecf371010a8b5ed51fa8d0e0086473
+SHA512 (wal2json-2.5.tar.gz) = 09752dbdad82a680495cfd62d5a62ef61ab9f2a7a7ded58a6e21347a5c47f953f2ed89ea5252f65a6d8d989b6eee67916ca99ba14bac703e99c8a03719502597
+Size (wal2json-2.5.tar.gz) = 91040 bytes



Home | Main Index | Thread Index | Old Index