pgsql: Fix s_lock_test compile - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix s_lock_test compile
Date
Msg-id E1rSwwz-0031mF-RE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/46778187f5373f6072b58d5e4c298b775333a37c

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


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Silence compiler warning introduced in 1edb3b491b
Next
From: Peter Eisentraut
Date:
Subject: pgsql: MergeAttributes: convert pg_attribute back to ColumnDef before c