0

Concerning postgresql WAL filename, what are the limits to the following?

  • timeline
  • xlog file
  • segment

My understanding is that segment is limited to 00..FF (boundary-inclusive).

For instance, could the following WAL be produced by postgresql?

FFFFFFFFFFFFFFFF000000FF

UPDATE:

I have since found the following in postgresql source code:

typedef uint32 TimeLineID

which allows from a data store the values 0x00000000..0xFFFFFFFF

abstractx1
  • 435
  • 6
  • 17

0 Answers0