Re: s/size_t/off_t/ in sendTimeLineHistory

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: s/size_t/off_t/ in sendTimeLineHistory
Date: 2013-01-14 22:49:05
Message-ID: 50F48B61.9010402@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message joe 2013-01-14 23:13:14 BUG #7809: Running pg_dump on slave w/ streaming replication fails if there are unlogged tables
Previous Message Heikki Linnakangas 2013-01-14 22:37:44 Re: Curious buildfarm failures