Peter Eisentraut <[email protected]> writes:
> Move fsync routines of initdb into src/common/

This patch is giving me compiler warnings.

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 *)'

gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) 

                        regards, tom lane


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to