Skip to content

Instantly share code, notes, and snippets.

@mc-soi
Created September 5, 2015 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mc-soi/9f31c6d62e85292f8ff5 to your computer and use it in GitHub Desktop.
Save mc-soi/9f31c6d62e85292f8ff5 to your computer and use it in GitHub Desktop.
www_fdw patch for PostgreSQL 9.5
diff --git a/src/www_fdw.c b/src/www_fdw.c
index ad095d1..23a7fce 100755
--- a/src/www_fdw.c
+++ b/src/www_fdw.c
@@ -652,7 +652,8 @@ www_get_foreign_plan(PlannerInfo *root,
scan_clauses,
scan_relid,
NIL, /* no expressions to evaluate */
- NIL); /* no private state either */
+ NIL, /* no private state either */
+ NIL); /* no scan_tlist either */
}
/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment