mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Bump PGSTAT_FILE_FORMAT_ID
Oversight in f92c854cf406, 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
|
typedef struct PgStat_ArchiverStats
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user