pg_xlogdump compiler warning - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pg_xlogdump compiler warning
Date
Msg-id 1361834148.819.10.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: pg_xlogdump compiler warning
List pgsql-hackers
compat.c: In function ‘timestamptz_to_str’:
compat.c:56:9: error: passing argument 1 of ‘localtime’ from incompatible pointer type [-Werror]
In file included from compat.c:21:0:
/usr/include/time.h:237:19: note: expected ‘const time_t *’ but argument is of type ‘pg_time_t *’

gcc 4.7.2





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pg_xlogdump
Next
From: Tom Lane
Date:
Subject: Re: [RFC] Extend namespace of valid guc names