mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Update messages, comments and documentation for materialized views.
All instances of the verbiage lagging the code. Back-patch to 9.3, where materialized views were introduced.
This commit is contained in:
@ -504,7 +504,7 @@ pltcl_init_load_unknown(Tcl_Interp *interp)
|
||||
AccessShareLock, true);
|
||||
if (pmrel == NULL)
|
||||
return;
|
||||
/* must be table or view, else ignore */
|
||||
/* sanity-check the relation kind */
|
||||
if (!(pmrel->rd_rel->relkind == RELKIND_RELATION ||
|
||||
pmrel->rd_rel->relkind == RELKIND_MATVIEW ||
|
||||
pmrel->rd_rel->relkind == RELKIND_VIEW))
|
||||
|
Reference in New Issue
Block a user