mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue