Fix compiler warning in ExecRefreshImmv
This commit is contained in:
parent
6439e8c7be
commit
046b323ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ ExecRefreshImmv(const RangeVar *relation, bool skipData,
|
|||
{
|
||||
Oid matviewOid;
|
||||
Relation matviewRel;
|
||||
Query *dataQuery;
|
||||
Query *dataQuery = NULL; /* initialized to keep compiler happy */
|
||||
Query *viewQuery;
|
||||
Oid tableSpace;
|
||||
Oid relowner;
|
||||
|
|
|
|||
Loading…
Reference in a new issue