diff options
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/rel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index fd40366bcda..8a55a090b61 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -89,7 +89,7 @@ typedef struct RelationData * survived into, or zero if not changed in the current transaction (or we * have forgotten changing it). rd_newRelfilenodeSubid can be forgotten * when a relation has multiple new relfilenodes within a single - * transaction, with one of them occuring in a subsequently aborted + * transaction, with one of them occurring in a subsequently aborted * subtransaction, e.g. BEGIN; TRUNCATE t; SAVEPOINT save; TRUNCATE t; * ROLLBACK TO save; -- rd_newRelfilenode is now forgotten */ |
