Hi Bruce,
Bruce Momjian wrote:
>
> Attached is a patch that changes "sequential" to "ever-increasing".
That's a good idea. :) I was trying to think of the right wording, but
I could only think of sentences that were too complex. That one's nice
and simple.
Regards and best wishes,
Justin C
Attached is a patch that changes "sequential" to "ever-increasing".
> Justin Clift <[EMAIL PROTECTED]> writes:
> > I would have though that after 00FE would be
> > 0100, not 0001.
>
> This is the intended behavior, I believe. The low-order half is a
> 32-bit
Tom Lane wrote:
>
> Justin Clift <[EMAIL PROTECTED]> writes:
> > I would have though that after 00FE would be
> > 0100, not 0001.
>
> > Just checked through the Interactive docs (not sure which version of 7.1
> > they are) and says the numbers should be seque
Justin Clift <[EMAIL PROTECTED]> writes:
> I would have though that after 00FE would be
> 0100, not 0001.
This is the intended behavior, I believe. The low-order half is a
32-bit byte offset DIV XLogSegSize --- we could compress out the zero
bits, but only at