rvalue

Results 7 issues of rvalue

Target `install-data-local` might be made before bashcompletion is ready. This change fix it.

Patch from https://www.postgresql.org/message-id/[email protected] > Hello, > > > The attached patch adds native spinlock support to PostgreSQL on RISC-V > systems. As suspected by Richard W.M. Jones of Red Hat...

Add definition of 4 bytes `Long` for x86_64 and riscv64. This fixes build for both targets. This patch is the same as jbruchon/dev86#25.

Fix `config.guess`

https://github.com/iwamatsu/slim/blob/4a40caff34b52c9b9bcf8cbb83775ade9398d179/panel.cpp#L51 It triggered an error: ordered comparison of pointer with integer zero. `WinGC` is a pointer and I can't figure out what `WinGC < 0` means. This branch is never...

**Describe the bug (描述bug)** 在从 `/brpc_metrics` 采集 metric 的时候, 请求由 bthread 执行, 而此时会为了锁住全局 VarMap 获取一个 pthread mutex, 当有一个用户定义的 metric 中出现了 bthread yield, 则会引起死锁. **To Reproduce (复现方法)** 使用 `PassiveStatus`, 然后在这个 metric...