Re: question about zeroes in the wal file names

2019-08-19 Thread Peter Eisentraut
On 2019-08-18 16:17, Luca Ferrari wrote: > I'm just curious to better understand the naming convention behind wal > files, because I've seen on a system of mine that the wals created > were: > > 0005020E00FF > 0005020F > > while I was expecting 20E0x100. You are in p

Re: question about zeroes in the wal file names

2019-08-18 Thread Kyotaro Horiguchi
At Sun, 18 Aug 2019 16:17:03 +0200, Luca Ferrari wrote in > I'm just curious to better understand the naming convention behind wal > files, because I've seen on a system of mine that the wals created > were: > > 0005020E00FF > 0005020F > > while I was expecting 20E

question about zeroes in the wal file names

2019-08-18 Thread Luca Ferrari
I'm just curious to better understand the naming convention behind wal files, because I've seen on a system of mine that the wals created were: 0005020E00FF 0005020F while I was expecting 20E0x100. So I digged into the code and I've seen, from the XLogFileName macro,