Skip to content

Commit 38932c5

Browse files
committed
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)
1 parent 3819e05 commit 38932c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.pg_filedump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Copyright (c) 2002-2010 Red Hat, Inc.
44

5-
Copyright (c) 2011-2024, PostgreSQL Global Development Group
5+
Copyright (c) 2011-2025, PostgreSQL Global Development Group
66

77
This program is free software; you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by

pg_filedump.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* formatting heap (data), index and control files.
44
*
55
* Copyright (c) 2002-2010 Red Hat, Inc.
6-
* Copyright (c) 2011-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 2011-2025, PostgreSQL Global Development Group
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
2222
* Original Author: Patrick Macdonald <[email protected]>
2323
*/
2424

25-
#define FD_VERSION "17.1" /* version ID of pg_filedump */
25+
#define FD_VERSION "17.2" /* version ID of pg_filedump */
2626
#define FD_PG_VERSION "PostgreSQL 8.x .. 17.x" /* PG version it works with */
2727

2828
#include "postgres.h"

0 commit comments

Comments
 (0)