pgsql: Fix warning due non-standard inline declaration in 4ed8f0913bfdb

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix warning due non-standard inline declaration in 4ed8f0913bfdb
Date: 2023-11-30 09:36:25
Message-ID: E1r8dT6-007wKf-Kz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355

Reported-by: Alexander Lakhin, Tom Lane
Author: Pavel Borisov
Discussion: https://postgr.es/m/55d8800f-4a80-5256-1e84-246fbe79acd0@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b589f211e025eb66f7c9e5a0b0cc23cc6fff3605

Modified Files
--------------
src/backend/access/transam/slru.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-11-30 09:58:55 pgsql: Add missing file to nls Makefile
Previous Message John Naylor 2023-11-30 08:29:18 pgsql: Remove redundant setting of hashkey after insertion