1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-15 05:46:52 +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:
Jeff Davis
2024-07-31 16:15:26 -07:00
parent f5f30c22ed
commit f683d3a4ca
4 changed files with 7 additions and 9 deletions

View File

@@ -347,7 +347,7 @@ ExecCreateTableAs(ParseState *pstate, CreateTableAsStmt *stmt,
if (do_refresh)
{
RefreshMatViewByOid(address.objectId, false, false,
pstate->p_sourcetext, NULL, qc);
pstate->p_sourcetext, qc);
if (qc)
qc->commandTag = CMDTAG_SELECT;