Bump PGSTAT_FILE_FORMAT_ID
authorMichael Paquier <[email protected]>
Tue, 14 Jan 2025 06:17:22 +0000 (15:17 +0900)
committerMichael Paquier <[email protected]>
Tue, 14 Jan 2025 06:17:22 +0000 (15:17 +0900)
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

index 3c411ae5194b715e990e8ae310f96f831e0df4ea..454a2cce0e5af40bc66b1d98b5361a13d25210ee 100644 (file)
@@ -212,7 +212,7 @@ typedef struct PgStat_TableXactStatus
  * ------------------------------------------------------------
  */
 
-#define PGSTAT_FILE_FORMAT_ID  0x01A5BCB0
+#define PGSTAT_FILE_FORMAT_ID  0x01A5BCB1
 
 typedef struct PgStat_ArchiverStats
 {