Skip to content

Commit 0566e2c

Browse files
anarazelpull[bot]
authored andcommitted
Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b
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.
1 parent 5c83293 commit 0566e2c

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
@@ -235,7 +235,7 @@ typedef struct PgStat_TableXactStatus
235235
* ------------------------------------------------------------
236236
*/
237237

238-
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAA
238+
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAB
239239

240240
typedef struct PgStat_ArchiverStats
241241
{

0 commit comments

Comments
 (0)