pg_xlogdump compiler warning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_xlogdump compiler warning
Date: 2013-02-25 23:15:48
Message-ID: 1361834148.819.10.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fields, Zachary J. (MU-Student) 2013-02-26 00:23:17 Seg fault when processing large SPI cursor (PG9.13)
Previous Message Peter Eisentraut 2013-02-25 23:14:16 Re: pg_xlogdump