mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
Add missing "static" qualifier.
Per buildfarm member pademelon.
This commit is contained in:
parent
bcac23de73
commit
99a9d6d563
@ -1136,7 +1136,7 @@ deparseExplicitTargetList(List *tlist, List **retrieved_attrs,
|
|||||||
* relation it just returns schema-qualified tablename, with the appropriate
|
* relation it just returns schema-qualified tablename, with the appropriate
|
||||||
* alias if so requested.
|
* alias if so requested.
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel,
|
deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel,
|
||||||
bool use_alias, List **params_list)
|
bool use_alias, List **params_list)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user