diff options
Diffstat (limited to 'src/include/commands/matview.h')
-rw-r--r-- | src/include/commands/matview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/matview.h b/src/include/commands/matview.h index a067da39d29..7fbb2564aef 100644 --- a/src/include/commands/matview.h +++ b/src/include/commands/matview.h @@ -26,7 +26,7 @@ extern void SetMatViewPopulatedState(Relation relation, bool newstate); extern ObjectAddress ExecRefreshMatView(RefreshMatViewStmt *stmt, const char *queryString, ParamListInfo params, QueryCompletion *qc); -extern DestReceiver *CreateTransientRelDestReceiver(Oid oid); +extern DestReceiver *CreateTransientRelDestReceiver(Oid transientoid); extern bool MatViewIncrementalMaintenanceIsEnabled(void); |