pgsql: Un-break s_lock_test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Un-break s_lock_test.
Date: 2021-08-13 18:42:37
Message-ID: E1mEc8b-0005az-Cs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-08-16 03:12:58 pgsql: Refresh apply delay on reload of recovery_min_apply_delay at rec
Previous Message Tom Lane 2021-08-13 18:00:24 pgsql: Add RISC-V spinlock support in s_lock.h.