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

Commitbc504d4

Browse files
committed
replace lfirst_node() with lfirst() for the sake of 9.5.5 (issue#142)
1 parentf7fe78c commitbc504d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/utility_stmt_hooking.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ is_pathman_related_copy(Node *parsetree)
111111
/* Analyze options list */
112112
foreach (lc,copy_stmt->options)
113113
{
114-
DefElem*defel=lfirst_node(DefElem,lc);
114+
DefElem*defel= (DefElem*)lfirst(lc);
115115

116116
/* We do not support freeze */
117117
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp