1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03: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:
Jeff Davis
2024-12-06 09:59:12 -08:00
parent 8743ea1b2e
commit ffe003cae1

View File

@ -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 */