Commit 99a9d6d5 authored by Tom Lane's avatar Tom Lane

Add missing "static" qualifier.

Per buildfarm member pademelon.
parent bcac23de
......@@ -1136,7 +1136,7 @@ deparseExplicitTargetList(List *tlist, List **retrieved_attrs,
* relation it just returns schema-qualified tablename, with the appropriate
* alias if so requested.
*/
void
static void
deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel,
bool use_alias, List **params_list)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment