From: Michael Paquier Date: Tue, 14 Jan 2025 06:17:22 +0000 (+0900) Subject: Bump PGSTAT_FILE_FORMAT_ID X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ce9a74707d4cf7768cff06298d09c7f7e823341d;p=users%2Fc2main%2Fpostgres.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 3c411ae519..454a2cce0e 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 {