pg_filedump 17.2 master REL_17_2
authorChristoph Berg <[email protected]>
Tue, 15 Apr 2025 17:33:58 +0000 (17:33 +0000)
committerChristoph Berg <[email protected]>
Tue, 15 Apr 2025 17:33:58 +0000 (17:33 +0000)
* 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)

README.pg_filedump.md
pg_filedump.h

index 85204e6c6bc8724a7ed3d2176464dd75296a88a4..ca4e5449f1ba4ad8e04c30dd0caabdf1fa25815d 100644 (file)
@@ -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
index c552134e99c67779e67505521c74bb98e5fc7bff..1019cb7d779c6e75cee650afa574cb6449fa2d69 100644 (file)
@@ -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 <[email protected]>
  */
 
-#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"