Skip to content

Commit

Permalink
pg_filedump 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Jul 18, 2024
1 parent 61b1db0 commit b3bb480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions pg_filedump.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 comment has been minimized.

Copy link
@Green-Chan

Green-Chan Jul 22, 2024

Isn't it a mistake?

*
* 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
Expand All @@ -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"

Expand Down

0 comments on commit b3bb480

Please sign in to comment.