Re: pg_basebackup, pg_receivexlog and data durability

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_basebackup, pg_receivexlog and data durability
Дата
Msg-id 609f6a61-35b7-8521-ec92-fe0e0b6f5c43@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pg_basebackup, pg_receivexlog and data durability (was: silent data loss with ext4 / all current versions)  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
On 9/29/16 12:31 PM, Jeff Janes wrote:
>     With that in mind, I have committed the v3 series now.
> 
> 
> I'm getting compiler warnings:

Fixed.

> 
> file_utils.c: In function 'fsync_pgdata':
> file_utils.c:86: warning: passing argument 2 of 'walkdir' from
> incompatible pointer type
> file_utils.c:36: note: expected 'int (*)(const char *, bool,  const char
> *)' but argument is of type 'void (*)(const char *, bool,  const char *)'
> file_utils.c:88: warning: passing argument 2 of 'walkdir' from
> incompatible pointer type
> file_utils.c:36: note: expected 'int (*)(const char *, bool,  const char
> *)' but argument is of type 'void (*)(const char *, bool,  const char *)'
> file_utils.c:89: warning: passing argument 2 of 'walkdir' from
> incompatible pointer type
> file_utils.c:36: note: expected 'int (*)(const char *, bool,  const char
> *)' but argument is of type 'void (*)(const char *, bool,  const char *)'

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Order of operations in SubPostmasterMain()
Следующее
От: Emrul
Дата:
Сообщение: Learning to hack Postgres - Keeping track of ctids