From 3b14bb77716a01915da4833194e7c8c1c51da66d Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Fri, 20 Feb 2015 12:59:27 -0300
Subject: [PATCH] Update PGSTAT_FILE_FORMAT_ID

Previous commit should have bumped it but didn't.  Oops.

Per note from Tom.
---
 src/include/pgstat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index 6356085785c..30934d3ddf6 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
-- 
GitLab