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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to