mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
Update PGSTAT_FILE_FORMAT_ID
Previous commit should have bumped it but didn't. Oops. Per note from Tom.
This commit is contained in:
parent
d42358efb1
commit
3b14bb7771
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue