Re: pg_basebackup, pg_receivexlog and data durability

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_basebackup, pg_receivexlog and data durability
Date: 2016-09-29 20:11:19
Message-ID: 609f6a61-35b7-8521-ec92-fe0e0b6f5c43@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Emrul 2016-09-29 20:15:46 Learning to hack Postgres - Keeping track of ctids
Previous Message Greg Stark 2016-09-29 20:05:05 Re: Order of operations in SubPostmasterMain()