8000 Bump PGSTAT_FILE_FORMAT_ID · postgres/postgres@ce9a747 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ce9a747

Browse files
committed
Bump PGSTAT_FILE_FORMAT_ID
Oversight in f92c854, that has changed the definition of PgStat_BktypeIO, impacting PgStat_IO which is the on-disk data for IO pgstats data.
1 parent 720e529 commit ce9a747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/pgstat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ typedef struct PgStat_TableXactStatus
212212
* ------------------------------------------------------------
213213
*/
214214

215-
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB0
215+
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB1
216216

217217
typedef struct PgStat_ArchiverStats
218218
{

0 commit comments

Comments
 (0)
0