diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-01-14 15:17:22 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-01-14 15:17:22 +0900 |
commit | ce9a74707d4cf7768cff06298d09c7f7e823341d (patch) | |
tree | ac6f36b9d30110b04320c536e124b99728ad521b /src | |
parent | 720e529840d5a1087a34db445f624c5ece46eb38 (diff) | |
download | postgresql-ce9a74707d4cf7768cff06298d09c7f7e823341d.tar.gz postgresql-ce9a74707d4cf7768cff06298d09c7f7e823341d.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pgstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |