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

Fix a bug in the logging from the wal writer thread.

The wal writer thread could write a wrong fiber
name into the log, when logging about WAL rotation.
vsay() takes the current fiber name from a global
variable, and it's changed dynamically by the concurrent
thread (the front end thread).
parent 79f8633f
No related merge requests found
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