From: Alvaro Herrera Date: Fri, 20 Feb 2015 15:59:27 +0000 (-0300) Subject: Update PGSTAT_FILE_FORMAT_ID X-Git-Tag: REL9_5_ALPHA1~747 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b14bb77716a01915da4833194e7c8c1c51da66d;p=postgresql Update PGSTAT_FILE_FORMAT_ID Previous commit should have bumped it but didn't. Oops. Per note from Tom. --- diff --git a/src/include/pgstat.h b/src/include/pgstat.h index 6356085785..30934d3ddf 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -551,7 +551,7 @@ typedef union PgStat_Msg * ------------------------------------------------------------ */ -#define PGSTAT_FILE_FORMAT_ID 0x01A5BC9C +#define PGSTAT_FILE_FORMAT_ID 0x01A5BC9D /* ---------- * PgStat_StatDBEntry The collector's data per database