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
This commit is contained in:
wiz 2022-12-11 09:27:44 +00:00
parent 5009ca72d3
commit ccdd493e95
2 changed files with 9 additions and 10 deletions

View file

@ -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
HOMEPAGE= https://github.com/eulerto/wal2json

View file

@ -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