[COMMITTERS] pgsql: Silence compiler warning

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема [COMMITTERS] pgsql: Silence compiler warning
Дата
Msg-id E1cNfCV-0005Rt-CA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence compiler warning

Caused by the backpatch of f650882 past the point where interrupt
handling was changed.

Noted by Dean Rasheed

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f832a1e9e9a889c1c08a60db5520327bc0569fd6

Modified Files
--------------
src/backend/replication/basebackup.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Avoid assuming that instr_time == struct timeval in pgbenchlogg