Skip to content
Snippets Groups Projects
Commit fa148512 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

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().
parent 38313524
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment