pg_filedump 17.0 REL_17_0
authorChristoph Berg <[email protected]>
Thu, 18 Jul 2024 13:42:48 +0000 (15:42 +0200)
committerChristoph Berg <[email protected]>
Thu, 18 Jul 2024 13:42:48 +0000 (15:42 +0200)
Makefile
pg_filedump.h

index 3300cc8387a89b2edfb2c812c68dffa8ecce9101..72a6afa42bcfaaaf2c8fe0f81550371ed91f5bc9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # View README.pg_filedump.md first
 
 # note this must match version macros in pg_filedump.h
-FD_VERSION=16.0
+FD_VERSION=17.0
 
 PROGRAM = pg_filedump
 OBJS = pg_filedump.o decode.o stringinfo.o
index f842bb011e00c77387008c06e7107276e32d1c25..21a2830d1ba70b380d00b87769af903da30c431a 100644 (file)
@@ -3,7 +3,7 @@
  *                                formatting heap (data), index and control files.
  *
  * Copyright (c) 2002-2010 Red Hat, Inc.
- * Copyright (c) 2011-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2022, 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,8 +22,8 @@
  * Original Author: Patrick Macdonald <[email protected]>
  */
 
-#define FD_VERSION     "16.0"          /* version ID of pg_filedump */
-#define FD_PG_VERSION  "PostgreSQL 8.x .. 16.x"                /* PG version it works with */
+#define FD_VERSION     "17.0"          /* version ID of pg_filedump */
+#define FD_PG_VERSION  "PostgreSQL 8.x .. 17.x"                /* PG version it works with */
 
 #include "postgres.h"