Re: s/size_t/off_t/ in sendTimeLineHistory - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: s/size_t/off_t/ in sendTimeLineHistory
Date
Msg-id 50F48B61.9010402@vmware.com
Whole thread Raw
In response to s/size_t/off_t/ in sendTimeLineHistory  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On 15.01.2013 00:27, Andres Freund wrote:
> When looking at the report of probable fallout from the elog stuff I
> noticed this warning:
>
> walsender.c(366): warning #186: pointless comparison of unsigned integer with zero
>
> Which is accurate, the rather unlikely problem of a seek error could not
> be noticed atm and would probably send strange stuff over the wire.

Thanks, applied.

- Heikki



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Curious buildfarm failures
Next
From: Andres Freund
Date:
Subject: [PATCH] Compile without warning with gcc's -Wtype-limits, -Wempty-body