mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 15:19:08 -04:00
Comment fix: "buffer context lock" to "buffer content lock".
The term "buffer context lock" is outdated as of commit 5d5087363d.
This commit is contained in:
parent
8743ea1b2e
commit
ffe003cae1
1 changed files with 1 additions and 1 deletions
|
|
@ -2830,7 +2830,7 @@ AbortTransaction(void)
|
|||
pgstat_report_wait_end();
|
||||
pgstat_progress_end_command();
|
||||
|
||||
/* Clean up buffer context locks, too */
|
||||
/* Clean up buffer content locks, too */
|
||||
UnlockBuffers();
|
||||
|
||||
/* Reset WAL record construction state */
|
||||
|
|
|
|||
Loading…
Reference in a new issue