ITAGAKI Takahiro <[EMAIL PROTECTED]> writes:
> -              ((double) (int32) (recptr.xrecoff - 
> ckpt_start_recptr.xrecoff)) / XLogSegSize) /
> +              ((double) recptr.xrecoff - (double) ckpt_start_recptr.xrecoff) 
> / XLogSegSize) /

Surely this makes matters worse, not better.  What happens near a segment
boundary crossing?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to