pgsql: Suppress more compiler warnings in new pgstats code.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress more compiler warnings in new pgstats code.
Дата
Msg-id E1pXBJ2-001GZ8-2I@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Update pg_stat_statements about query ID calculation of uti