pgsql: Fix s_lock_test compile

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix s_lock_test compile
Date: 2024-01-25 10:27:13
Message-ID: E1rSwwz-0031mF-RE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-25 10:30:57 pgsql: MergeAttributes: convert pg_attribute back to ColumnDef before c
Previous Message Amit Langote 2024-01-25 08:12:37 pgsql: Silence compiler warning introduced in 1edb3b491b