wal: initialize row timestamp in wal_request_write().
Intialize row timestamp before writing the row, in wal_request_write(). Row timestamp does not bear any semantics, it's for informaitonal purposes only. Initialize it in WAL thread. This fixes timestamps of xctl file as well, which were up until now left uninitialized. The patch prepares for removal of recovery_fill_lsn().
Loading
Please register or sign in to comment