Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d

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.
pull/137/head
Andres Freund 2 years ago
parent 8aaa04b32d
commit f95c1cd6b2
  1. 2
      src/include/pgstat.h

@ -235,7 +235,7 @@ typedef struct PgStat_TableXactStatus
* ------------------------------------------------------------
*/
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAA
#define PGSTAT_FILE_FORMAT_ID 0x01A5BCAB
typedef struct PgStat_ArchiverStats
{

Loading…
Cancel
Save