mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03: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:
@ -212,7 +212,7 @@ typedef struct PgStat_TableXactStatus
|
||||
* ------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB0
|
||||
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB1
|
||||
|
||||
typedef struct PgStat_ArchiverStats
|
||||
{
|
||||
|
Reference in New Issue
Block a user