From: Andres Freund Date: Fri, 31 Mar 2023 02:44:40 +0000 (-0700) Subject: Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7 X-Git-Tag: REL_16_BETA1~373 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f95c1cd6b2fd7d70e219ea8c5fabf2c0a75d7705;p=postgresql.git Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7 I forgot to do so in the referenced commit. While the consequences of omitting the version change are likely to be harmless (besides discarding stats, as a PGSTAT_FILE_FORMAT_ID bump also does), it still seems worth doing. --- diff --git a/src/include/pgstat.h b/src/include/pgstat.h index a56182af9fa..75d258d9215 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -235,7 +235,7 @@ typedef struct PgStat_TableXactStatus * ------------------------------------------------------------ */ -#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAA +#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAB typedef struct PgStat_ArchiverStats {