Andres Freund <and...@2ndquadrant.com> writes: > On 2013-02-25 18:15:48 -0500, Peter Eisentraut wrote: >> 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 *â
> 32bit I guess? Yeah, I see the same on a 32-bit machine. > A simple cast should do for now. Patch attached. Pushed along with some other, more cosmetic cleanups. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers