mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Remove unused ParamListInfo argument from ExecRefreshMatView.
Author: Yugo Nagata Discussion: https://postgr.es/m/20240726122630.70e889f63a4d7e26f8549de8@sraoss.co.jp
This commit is contained in:
@@ -1688,7 +1688,7 @@ ProcessUtilitySlow(ParseState *pstate,
|
||||
PG_TRY(2);
|
||||
{
|
||||
address = ExecRefreshMatView((RefreshMatViewStmt *) parsetree,
|
||||
queryString, params, qc);
|
||||
queryString, qc);
|
||||
}
|
||||
PG_FINALLY(2);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user