pgsql: Silence compiler warnings

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Silence compiler warnings
Дата
Msg-id E1gQDyO-0004HB-GV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence compiler warnings

Commit cfdf4dc4fc96 left a few unnecessary assignments, one of which
caused compiler warnings, as reported by Erik Rijkers.  Remove them all.

Discussion: https://postgr.es/m/df0dcca2025b3d90d946ecc508ca9678@xs4all.nl

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3be5fe2b107fae24e03c9d29d7bd7c7ad5345787

Modified Files
--------------
contrib/pg_prewarm/autoprewarm.c         | 18 ++++++++----------
src/backend/postmaster/bgwriter.c        |  8 ++++----
src/test/modules/worker_spi/worker_spi.c |  9 ++++-----
3 files changed, 16 insertions(+), 19 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove bogus file.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clamp semijoin selectivity to be not more than inner-joinselect