You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* fd_log_thread_id() returns the caller's integer thread id. A thread
id is intended, at a minimum, to be unique over all concurrently
running threads in the application. This is cheap after the first
call. */
ulong fd_log_thread_id( void );
fd_log_thread_id returns mostly zero. Which is not "unique over all concurrently running threads in the application".
The runtime database code relies on fd_log_thread_id being unique
fd_log_thread_id returns mostly zero. Which is not "unique over all concurrently running threads in the application".
The runtime database code relies on fd_log_thread_id being unique
The text was updated successfully, but these errors were encountered: