mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Add missing "static" qualifier.
Per buildfarm member pademelon.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user