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).
Loading
Please register or sign in to comment