mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
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
This commit is contained in:
parent
095d109ccd
commit
b589f211e0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user