From f95c1cd6b2fd7d70e219ea8c5fabf2c0a75d7705 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 30 Mar 2023 19:44:40 -0700 Subject: [PATCH] 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. --- src/include/pgstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2