pgsql: Suppress more compiler warnings in new pgstats code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress more compiler warnings in new pgstats code.
Date
Msg-id E1pXBJ2-001GZ8-2I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress more compiler warnings in new pgstats code.

Per buildfarm, we didn't get rid of quite all of the
-Wtautological-constant-out-of-range-compare warnings
in pgstat_io.c.

Discussion: https://postgr.es/m/20520.1677435600@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/backend/utils/activity/pgstat_io.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Update pg_stat_statements about query ID calculation of uti