File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33Copyright (c) 2002-2010 Red Hat, Inc.
44
5- Copyright (c) 2011-2023 , PostgreSQL Global Development Group
5+ Copyright (c) 2011-2024 , PostgreSQL Global Development Group
66
77This program is free software; you can redistribute it and/or modify
88it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 33 * formatting heap (data), index and control files.
44 *
55 * Copyright (c) 2002-2010 Red Hat, Inc.
6- * Copyright (c) 2011-2023 , PostgreSQL Global Development Group
6+ * Copyright (c) 2011-2024 , 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
@@ -159,7 +159,7 @@ DisplayOptions(unsigned int validOptions)
159159 printf
160160 ("\nVersion %s (for %s)"
161161 "\nCopyright (c) 2002-2010 Red Hat, Inc."
162- "\nCopyright (c) 2011-2023 , PostgreSQL Global Development Group\n" ,
162+ "\nCopyright (c) 2011-2024 , PostgreSQL Global Development Group\n" ,
163163 FD_VERSION , FD_PG_VERSION );
164164
165165 printf
Original file line number Diff line number Diff line change 33 * formatting heap (data), index and control files.
44 *
55 * Copyright (c) 2002-2010 Red Hat, Inc.
6- * Copyright (c) 2011-2022 , PostgreSQL Global Development Group
6+ * Copyright (c) 2011-2024 , 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
2222 * Original Author: Patrick Macdonald <[email protected] > 2323 */
2424
25- #define FD_VERSION "17.0 " /* version ID of pg_filedump */
25+ #define FD_VERSION "17.1 " /* 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"
You can’t perform that action at this time.
0 commit comments