mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Fix inconsistencies and typos in the tree
This is numbered take 7, and addresses a set of issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/dff75442-2468-f74f-568c-6006e141062f@gmail.com
This commit is contained in:
@@ -1093,7 +1093,7 @@ AtEOXact_Snapshot(bool isCommit, bool resetXmin)
|
||||
* prevent a warning below.
|
||||
*
|
||||
* As with the FirstXactSnapshot, we don't need to free resources of
|
||||
* the snapshot iself as it will go away with the memory context.
|
||||
* the snapshot itself as it will go away with the memory context.
|
||||
*/
|
||||
foreach(lc, exportedSnapshots)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user