]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Un-break s_lock_test.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Aug 2021 18:42:27 +0000 (14:42 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Aug 2021 18:42:27 +0000 (14:42 -0400)
commit0a208ed63ffe50a8d9d7c0b33996ec01cc4fdef6
treeb1d61dcd87f70f816dbdd5849cd430f7343a8c0c
parentc32fcac56a212b4e6bb5ba63596f60a25a18109a
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.
src/backend/storage/lmgr/.gitignore
src/backend/storage/lmgr/s_lock.c