aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2023-11-30 11:34:45 +0200
committerAlexander Korotkov <akorotkov@postgresql.org>2023-11-30 11:34:45 +0200
commitb589f211e025eb66f7c9e5a0b0cc23cc6fff3605 (patch)
tree04bce27a0899dc53d57f4ad4e9c7cdae8e69322c /src/backend/access/transam
parent095d109ccd76ca4c46c4ea2be30d63d70361c5f9 (diff)
downloadpostgresql-b589f211e025eb66f7c9e5a0b0cc23cc6fff3605.tar.gz
postgresql-b589f211e025eb66f7c9e5a0b0cc23cc6fff3605.zip
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
Diffstat (limited to 'src/backend/access/transam')
-rw-r--r--src/backend/access/transam/slru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/slru.c b/src/backend/access/transam/slru.c
index ac49c99c8bf..7a371d90344 100644
--- a/src/backend/access/transam/slru.c
+++ b/src/backend/access/transam/slru.c
@@ -60,7 +60,7 @@
#include "storage/fd.h"
#include "storage/shmem.h"
-static int inline
+static inline int
SlruFileName(SlruCtl ctl, char *path, int64 segno)
{
if (ctl->long_segment_names)