diff options
Diffstat (limited to 'src/include/utils/resowner.h')
-rw-r--r-- | src/include/utils/resowner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/resowner.h b/src/include/utils/resowner.h index 2d08312b34f..bfde96e75d9 100644 --- a/src/include/utils/resowner.h +++ b/src/include/utils/resowner.h @@ -42,7 +42,7 @@ extern PGDLLIMPORT ResourceOwner TopTransactionResourceOwner; /* * Resource releasing is done in three phases: pre-locks, locks, and - * post-locks. The pre-lock phase must release any resources that are + * post-locks. The pre-lock phase must release any resources that are * visible to other backends (such as pinned buffers); this ensures that * when we release a lock that another backend may be waiting on, it will * see us as being fully out of our transaction. The post-lock phase |