Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit063ef83

Browse files
committed
Correct include file path
Mistake in352a24a, not clear why itworked for some before.
1 parent352a24a commit063ef83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/utils/builtins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
#defineBUILTINS_H
1616

1717
#include"fmgr.h"
18-
#include"fmgrprotos.h"
1918
#include"nodes/nodes.h"
2019
#include"nodes/pg_list.h"
20+
#include"utils/fmgrprotos.h"
2121
#include"utils/sortsupport.h"
2222

2323

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp