pgsql: Un-break s_lock_test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Un-break s_lock_test.
Дата
Msg-id E1mEc8b-0005az-Cs@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Un-break s_lock_test.

Commit 80abbeba2 evidently didn't bother checking this code.
Also, list the generated executable in .gitignore (so it's
been a REALLY long time since anyone tried this).

Noted while trying out RISC-V spinlock patch.  Given that
this has been broken for 5 years and nobody noticed, it's
likely not worth back-patching.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0a208ed63ffe50a8d9d7c0b33996ec01cc4fdef6

Modified Files
--------------
src/backend/storage/lmgr/.gitignore | 1 +
src/backend/storage/lmgr/s_lock.c   | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add RISC-V spinlock support in s_lock.h.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refresh apply delay on reload of recovery_min_apply_delay at rec