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

Commitc537751

Browse files
author
Álvaro Herrera
committed
Fix compile of src/tutorial/funcs.c
I broke this with recent #include removals. Fix by adding an explicitReported-by: Devrim Gündüz <devrim@gunduz.org>Discussion:https://postgr.es/m/5e2c2d7c44434f3f0af7523864b27fe4fb590902.camel@gunduz.org
1 parent9c9d41a commitc537751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/tutorial/funcs.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include"executor/executor.h"/* for GetAttributeByName() */
1414
#include"utils/fmgrprotos.h"/* for text_starts_with() */
1515
#include"utils/geo_decls.h"/* for point type */
16+
#include"varatt.h"/* for VARDATA/VARSIZE macros */
1617

1718
PG_MODULE_MAGIC;
1819

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp