diff options
Diffstat (limited to 'src/backend/commands/matview.c')
-rw-r--r-- | src/backend/commands/matview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c index d1ee1064652..9ac03834598 100644 --- a/src/backend/commands/matview.c +++ b/src/backend/commands/matview.c @@ -118,7 +118,7 @@ SetMatViewPopulatedState(Relation relation, bool newstate) * ExecRefreshMatView -- execute a REFRESH MATERIALIZED VIEW command * * This refreshes the materialized view by creating a new table and swapping - * the relfilenodes of the new table and the old materialized view, so the OID + * the relfilenumbers of the new table and the old materialized view, so the OID * of the original materialized view is preserved. Thus we do not lose GRANT * nor references to this materialized view. * |