From ce9a74707d4cf7768cff06298d09c7f7e823341d Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 14 Jan 2025 15:17:22 +0900 Subject: [PATCH] Bump PGSTAT_FILE_FORMAT_ID Oversight in f92c854cf406, that has changed the definition of PgStat_BktypeIO, impacting PgStat_IO which is the on-disk data for IO pgstats data. --- 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 3c411ae5194..454a2cce0e5 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -212,7 +212,7 @@ typedef struct PgStat_TableXactStatus * ------------------------------------------------------------ */ -#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB0 +#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB1 typedef struct PgStat_ArchiverStats {