From: Michael Paquier Date: Tue, 14 Jan 2025 06:17:22 +0000 (+0900) Subject: Bump PGSTAT_FILE_FORMAT_ID X-Git-Tag: REL_18_BETA1~1109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce9a74707d4cf7768cff06298d09c7f7e823341d;p=thirdparty%2Fpostgresql.git 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. --- 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 {