Fix s_lock_test compile

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 46778187f5373f6072b58d5e4c298b775333a37c
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2024-01-25T10:17:33Z
Releases: 17.0
Fix s_lock_test compile

This is a mostly unused tool, but I discovered while nosing around the
Makefile that it hasn't been kept in line with other changes.  Fix it.

Backpatching doesn't appear to be necessary.

Discussion: https://postgr.es/m/202401241114.ied53jcich72@alvherre.pgsql

Files

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

Discussion