projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720e529
)
Bump PGSTAT_FILE_FORMAT_ID
author
Michael Paquier
<
[email protected]
>
Tue, 14 Jan 2025 06:17:22 +0000
(15:17 +0900)
committer
Michael Paquier
<
[email protected]
>
Tue, 14 Jan 2025 06:17:22 +0000
(15:17 +0900)
Oversight in
f92c854cf406
, that has changed the definition of
PgStat_BktypeIO, impacting PgStat_IO which is the on-disk data for IO
pgstats data.
src/include/pgstat.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pgstat.h
b/src/include/pgstat.h
index 3c411ae5194b715e990e8ae310f96f831e0df4ea..454a2cce0e5af40bc66b1d98b5361a13d25210ee 100644
(file)
--- a/
src/include/pgstat.h
+++ b/
src/include/pgstat.h
@@
-212,7
+212,7
@@
typedef struct PgStat_TableXactStatus
* ------------------------------------------------------------
*/
-#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB
0
+#define PGSTAT_FILE_FORMAT_ID 0x01A5BCB
1
typedef struct PgStat_ArchiverStats
{