pgsql: Bump PGSTAT_FILE_FORMAT_ID

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Bump PGSTAT_FILE_FORMAT_ID
Date: 2025-01-14 06:28:33
Message-ID: E1tXaPh-001RPg-91@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bump PGSTAT_FILE_FORMAT_ID

Oversight in f92c854cf406, that has changed the definition of
PgStat_BktypeIO, impacting PgStat_IO which is the on-disk data for IO
pgstats data.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ce9a74707d4cf7768cff06298d09c7f7e823341d

Modified Files
--------------
src/include/pgstat.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-01-14 13:13:05 pgsql: Fix catcache invalidation of a list entry that's being built
Previous Message Michael Paquier 2025-01-14 06:13:57 pgsql: Fix potential integer overflow in bringetbitmap()