# View README.pg_filedump first
# note this must match version macros in pg_filedump.h
-FD_VERSION=12.0
+FD_VERSION=13.1
PROGRAM = pg_filedump
OBJS = pg_filedump.o decode.o stringinfo.o
or control file.
Copyright (c) 2002-2010 Red Hat, Inc.
-Copyright (c) 2011-2019, PostgreSQL Global Development Group
+Copyright (c) 2011-2020, 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
* formatting heap (data), index and control files.
*
* Copyright (c) 2002-2010 Red Hat, Inc.
- * Copyright (c) 2011-2019, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2020, 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
printf
("\nVersion %s (for %s)"
"\nCopyright (c) 2002-2010 Red Hat, Inc."
- "\nCopyright (c) 2011-2019, PostgreSQL Global Development Group\n",
+ "\nCopyright (c) 2011-2020, PostgreSQL Global Development Group\n",
FD_VERSION, FD_PG_VERSION);
printf
* formatting heap (data), index and control files.
*
* Copyright (c) 2002-2010 Red Hat, Inc.
- * Copyright (c) 2011-2019, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2020, 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
*/
-#define FD_VERSION "12.0" /* version ID of pg_filedump */
-#define FD_PG_VERSION "PostgreSQL 12.x" /* PG version it works with */
+#define FD_VERSION "13.1" /* version ID of pg_filedump */
+#define FD_PG_VERSION "PostgreSQL 8.x .. 13.x" /* PG version it works with */
#include "postgres.h"