Closed oleg-jukovec closed 4 hours ago
We need to have an ability to have an ability to specify multiple WAL files. It could be done in different ways:
tt play localhost:3013 1.xlog 2.xlog
--wal
tt play localhost:3013 --wal 1.xlog --wal 2.xlog
We need to have an ability to have an ability to specify multiple WAL files. It could be done in different ways:
tt play localhost:3013 1.xlog 2.xlog
--wal
to specify a WAL file and allows to use the flag multiple:tt play localhost:3013 --wal 1.xlog --wal 2.xlog