Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b589f21

Browse filesBrowse files
committed
Fix warning due non-standard inline declaration in 4ed8f09
Reported-by: Alexander Lakhin, Tom Lane Author: Pavel Borisov Discussion: https://postgr.es/m/55d8800f-4a80-5256-1e84-246fbe79acd0@gmail.com
1 parent 095d109 commit b589f21
Copy full SHA for b589f21

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • src/backend/access/transam
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/access/transam/slru.c

Copy file name to clipboardExpand all lines: src/backend/access/transam/slru.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#include "storage/fd.h"
6161
#include "storage/shmem.h"
6262

63-
static int inline
63+
static inline int
6464
SlruFileName(SlruCtl ctl, char *path, int64 segno)
6565
{
6666
if (ctl->long_segment_names)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.