Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7
authorAndres Freund <[email protected]>
Fri, 31 Mar 2023 02:44:40 +0000 (19:44 -0700)
committerAndres 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

index a56182af9fa17c10de19198fe88d469d591d9b43..75d258d92151c3c521556d154e8ca11cae6cb452 100644 (file)
@@ -235,7 +235,7 @@ typedef struct PgStat_TableXactStatus
  * ------------------------------------------------------------
  */
 
-#define PGSTAT_FILE_FORMAT_ID  0x01A5BCAA
+#define PGSTAT_FILE_FORMAT_ID  0x01A5BCAB
 
 typedef struct PgStat_ArchiverStats
 {