diff options
author | Andres Freund <andres@anarazel.de> | 2023-03-30 19:44:40 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2023-03-30 19:48:01 -0700 |
commit | f95c1cd6b2fd7d70e219ea8c5fabf2c0a75d7705 (patch) | |
tree | 07227b0dc8114d726fc44e99e79a4d0bf0ebe42b /src | |
parent | 8aaa04b32d790da595684de58ae4fc2db96becff (diff) | |
download | postgresql-f95c1cd6b2fd7d70e219ea8c5fabf2c0a75d7705.tar.gz postgresql-f95c1cd6b2fd7d70e219ea8c5fabf2c0a75d7705.zip |
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.
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 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 { |