Un-break s_lock_test.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0a208ed63ffe50a8d9d7c0b33996ec01cc4fdef6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-08-13T18:42:27Z
Releases: 15.0
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.

Files

PathChange+/−
src/backend/storage/lmgr/.gitignore modified +1 −0
src/backend/storage/lmgr/s_lock.c modified +1 −1