diff options
Diffstat (limited to 'src/backend/catalog/index.c')
-rw-r--r-- | src/backend/catalog/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c index fc088d3f527..8ec2864c76a 100644 --- a/src/backend/catalog/index.c +++ b/src/backend/catalog/index.c @@ -3765,7 +3765,7 @@ reindex_relation(Oid relid, int flags, int options) /* * If the relation has a secondary toast rel, reindex that too while we - * still hold the lock on the master table. + * still hold the lock on the main table. */ if ((flags & REINDEX_REL_PROCESS_TOAST) && OidIsValid(toast_relid)) result |= reindex_relation(toast_relid, flags, options); |