mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Bump PGSTAT_FILE_FORMAT_ID
Oversight in f92c854cf4, that has changed the definition of
PgStat_BktypeIO, impacting PgStat_IO which is the on-disk data for IO
pgstats data.
This commit is contained in:
parent
720e529840
commit
ce9a74707d
|
|
@ -212,7 +212,7 @@ typedef struct PgStat_TableXactStatus
|
|||
* ------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB0
|
||||
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB1
|
||||
|
||||
typedef struct PgStat_ArchiverStats
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user