Package: pglogical / 2.4.5-1

Metadata

Package Version Patches format
pglogical 2.4.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
adapt_tap_tests.patch | (download)

t/010_pglogical_create_subscriber.pl | 93 50 + 43 - 0 !
t/020_non_default_replication_set.pl | 82 44 + 38 - 0 !
2 files changed, 94 insertions(+), 81 deletions(-)

---
test_socketdir.patch | (download)

t/perl-95-postgresql.conf | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
v94_tap_support.patch | (download)

t/010_pglogical_create_subscriber.pl | 4 3 + 1 - 0 !
t/020_non_default_replication_set.pl | 8 6 + 2 - 0 !
2 files changed, 9 insertions(+), 3 deletions(-)

---
test_increase_timeouts.patch | (download)

expected/column_filter.out | 2 1 + 1 - 0 !
expected/init.out | 2 1 + 1 - 0 !
expected/row_filter.out | 2 1 + 1 - 0 !
expected/row_filter_1.out | 2 1 + 1 - 0 !
sql/column_filter.sql | 2 1 + 1 - 0 !
sql/init.sql | 2 1 + 1 - 0 !
sql/row_filter.sql | 2 1 + 1 - 0 !
7 files changed, 7 insertions(+), 7 deletions(-)

---
test_configuration.patch | (download)

regress-postgresql.conf | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
pglogical_dump.patch | (download)

pglogical_dump/Makefile | 16 16 + 0 - 0 !
pglogical_dump/common.c | 913 913 + 0 - 0 !
pglogical_dump/compat.h | 17 17 + 0 - 0 !
pglogical_dump/compress_io.c | 722 722 + 0 - 0 !
pglogical_dump/compress_io.h | 70 70 + 0 - 0 !
pglogical_dump/dumputils.c | 1244 1244 + 0 - 0 !
pglogical_dump/dumputils.h | 74 74 + 0 - 0 !
pglogical_dump/keywords.c | 30 30 + 0 - 0 !
pglogical_dump/kwlookup.c | 89 89 + 0 - 0 !
pglogical_dump/parallel.c | 1417 1417 + 0 - 0 !
pglogical_dump/parallel.h | 95 95 + 0 - 0 !
pglogical_dump/pg_backup.h | 220 220 + 0 - 0 !
pglogical_dump/pg_backup_archiver.c | 4361 4361 + 0 - 0 !
pglogical_dump/pg_backup_archiver.h | 441 441 + 0 - 0 !
pglogical_dump/pg_backup_custom.c | 995 995 + 0 - 0 !
pglogical_dump/pg_backup_db.c | 632 632 + 0 - 0 !
pglogical_dump/pg_backup_db.h | 24 24 + 0 - 0 !
pglogical_dump/pg_backup_directory.c | 877 877 + 0 - 0 !
pglogical_dump/pg_backup_null.c | 233 233 + 0 - 0 !
pglogical_dump/pg_backup_tar.c | 1306 1306 + 0 - 0 !
pglogical_dump/pg_backup_tar.h | 37 37 + 0 - 0 !
pglogical_dump/pg_backup_utils.c | 126 126 + 0 - 0 !
pglogical_dump/pg_backup_utils.h | 40 40 + 0 - 0 !
pglogical_dump/pg_dump.c | 15811 15811 + 0 - 0 !
pglogical_dump/pg_dump.h | 580 580 + 0 - 0 !
pglogical_dump/pg_dump_sort.c | 1470 1470 + 0 - 0 !
pglogical_dump/pgtar.h | 17 17 + 0 - 0 !
pglogical_dump/tar.c | 196 196 + 0 - 0 !
28 files changed, 32053 insertions(+)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 pglogical (2.2.2-1) UNRELEASED; urgency=medium
 .
   [ Debian PostgreSQL Maintainers ]
   * New upstream minor release.
 .
   [ Michael Banck ]
   * debian/patches/adapt_tap_tests.patch: Updated.
   * debian/patches/v94_tap_support.patch: Likewise.
   * debian/patches/test_increase_timeouts.patch: Likewise.
alternative_regression_outputs.patch | (download)

expected/row_filter_2.out | 744 744 + 0 - 0 !
1 file changed, 744 insertions(+)

---
disable add table test | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
disable flaky tests | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
pkglibdir | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---