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?
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 EnterpriseDB http://www.enterprisedb.com
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.