mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Fix warning due non-standard inline declaration in 4ed8f0913b
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:
@ -60,7 +60,7 @@
|
|||||||
#include "storage/fd.h"
|
#include "storage/fd.h"
|
||||||
#include "storage/shmem.h"
|
#include "storage/shmem.h"
|
||||||
|
|
||||||
static int inline
|
static inline int
|
||||||
SlruFileName(SlruCtl ctl, char *path, int64 segno)
|
SlruFileName(SlruCtl ctl, char *path, int64 segno)
|
||||||
{
|
{
|
||||||
if (ctl->long_segment_names)
|
if (ctl->long_segment_names)
|
||||||
|
Reference in New Issue
Block a user