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 c6f21c9d5c2..e448e911a63 100644 --- a/src/include/utils/resowner.h +++ b/src/include/utils/resowner.h @@ -36,7 +36,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 |