Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ffe003c

Browse files
committed
Comment fix: "buffer context lock" to "buffer content lock".
The term "buffer context lock" is outdated as of commit 5d50873.
1 parent 8743ea1 commit ffe003c

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xact.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ AbortTransaction(void)
28302830
pgstat_report_wait_end();
28312831
pgstat_progress_end_command();
28322832

2833-
/* Clean up buffer context locks, too */
2833+
/* Clean up buffer content locks, too */
28342834
UnlockBuffers();
28352835

28362836
/* Reset WAL record construction state */

0 commit comments

Comments
 (0)