diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-02-20 12:59:27 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-02-20 12:59:27 -0300 |
commit | 3b14bb77716a01915da4833194e7c8c1c51da66d (patch) | |
tree | 4736cece058b58d0b8130489d0b5ea4a445310be | |
parent | d42358efb16cc81122c53ffb35ac381b9158e519 (diff) | |
download | postgresql-3b14bb77716a01915da4833194e7c8c1c51da66d.tar.gz postgresql-3b14bb77716a01915da4833194e7c8c1c51da66d.zip |
Update PGSTAT_FILE_FORMAT_ID
Previous commit should have bumped it but didn't. Oops.
Per note from Tom.
-rw-r--r-- | src/include/pgstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |