From: Christoph Berg Date: Tue, 15 Apr 2025 17:33:58 +0000 (+0000) Subject: pg_filedump 17.2 X-Git-Tag: REL_17_2^0 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=HEAD;p=pg_filedump.git pg_filedump 17.2 * Mask output more wide in tests (@df7cb) * Fix length computation in numeric type (@ GetsuDer) * Support PG18 (@df7cb) * Show GIN block details (@manaldush) * Read toast chunks in ascending order (@df7cb) --- diff --git a/README.pg_filedump.md b/README.pg_filedump.md index 85204e6..ca4e544 100644 --- a/README.pg_filedump.md +++ b/README.pg_filedump.md @@ -2,7 +2,7 @@ Copyright (c) 2002-2010 Red Hat, Inc. -Copyright (c) 2011-2024, PostgreSQL Global Development Group +Copyright (c) 2011-2025, PostgreSQL Global Development Group This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/pg_filedump.h b/pg_filedump.h index c552134..1019cb7 100644 --- a/pg_filedump.h +++ b/pg_filedump.h @@ -3,7 +3,7 @@ * formatting heap (data), index and control files. * * Copyright (c) 2002-2010 Red Hat, Inc. - * Copyright (c) 2011-2024, PostgreSQL Global Development Group + * Copyright (c) 2011-2025, PostgreSQL Global Development Group * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * Original Author: Patrick Macdonald */ -#define FD_VERSION "17.1" /* version ID of pg_filedump */ +#define FD_VERSION "17.2" /* version ID of pg_filedump */ #define FD_PG_VERSION "PostgreSQL 8.x .. 17.x" /* PG version it works with */ #include "postgres.h"