Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f95c1cd

Browse files
committed
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 8aaa04b commit f95c1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/pgstat.h

+1-1
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)