projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aaa04b
)
Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7
author
Andres Freund
<
[email protected]
>
Fri, 31 Mar 2023 02:44:40 +0000
(19:44 -0700)
committer
Andres Freund
<
[email protected]
>
Fri, 31 Mar 2023 02:48:01 +0000
(19:48 -0700)
I forgot to do so in the referenced commit. While the consequences of omitting
the version change are likely to be harmless (besides discarding stats, as a
PGSTAT_FILE_FORMAT_ID bump also does), it still seems worth doing.
src/include/pgstat.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pgstat.h
b/src/include/pgstat.h
index a56182af9fa17c10de19198fe88d469d591d9b43..75d258d92151c3c521556d154e8ca11cae6cb452 100644
(file)
--- a/
src/include/pgstat.h
+++ b/
src/include/pgstat.h
@@
-235,7
+235,7
@@
typedef struct PgStat_TableXactStatus
* ------------------------------------------------------------
*/
-#define PGSTAT_FILE_FORMAT_ID 0x01A5BCA
A
+#define PGSTAT_FILE_FORMAT_ID 0x01A5BCA
B
typedef struct PgStat_ArchiverStats
{