summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund2023-03-31 02:44:40 +0000
committerAndres Freund2023-03-31 02:48:01 +0000
commitf95c1cd6b2fd7d70e219ea8c5fabf2c0a75d7705 (patch)
tree07227b0dc8114d726fc44e99e79a4d0bf0ebe42b
parent8aaa04b32d790da595684de58ae4fc2db96becff (diff)
Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7
I forgot to do so in the referenced commit. While the consequences of omitting the version change are likely to be harmless (besides discarding stats, as a PGSTAT_FILE_FORMAT_ID bump also does), it still seems worth doing.
-rw-r--r--src/include/pgstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index a56182af9f..75d258d921 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -235,7 +235,7 @@ typedef struct PgStat_TableXactStatus
* ------------------------------------------------------------
*/
-#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAA
+#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAB
typedef struct PgStat_ArchiverStats
{