mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
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.
This commit is contained in:
parent
8aaa04b32d
commit
f95c1cd6b2
@ -235,7 +235,7 @@ typedef struct PgStat_TableXactStatus
|
||||
* ------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAA
|
||||
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAB
|
||||
|
||||
typedef struct PgStat_ArchiverStats
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user