Re: [HACKERS] sign mismatch in walreceiver.c

2012-07-14 Thread Heikki Linnakangas
On 12.07.2012 23:57, Peter Eisentraut wrote: This looks suspicious static TimeLineID recvFileTLI = -1; because TimeLineID is uint32. The Solaris compiler complains about the sign mismatch. Maybe 0 would be a better initial value? Agreed, fixed, thanks. -- Heikki Linnakangas

[HACKERS] sign mismatch in walreceiver.c

2012-07-12 Thread Peter Eisentraut
This looks suspicious static TimeLineID recvFileTLI = -1; because TimeLineID is uint32. The Solaris compiler complains about the sign mismatch. Maybe 0 would be a better initial value? -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your