pgsql: Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7
Date: 2023-03-31 02:49:18
Message-ID: E1pi4pI-000ZXC-VU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7

I forgot to do so in the referenced commit. While the consequences of omitting
the version change are likely to be harmless (besides discarding stats, as a
PGSTAT_FILE_FORMAT_ID bump also does), it still seems worth doing.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2023-03-31 03:39:39 pgsql: Add XML ID attributes to create_publication.sgml.
Previous Message Andres Freund 2023-03-31 02:38:23 pgsql: Track shared buffer hits in pg_stat_io