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

Commit 05b8dbe

Browse files
committed
Fix typo
1 parent f4dcaab commit 05b8dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static bool my_simple_heap_update(Relation relation,
4444
* Returns whether the query with given hash is in aqo_queries.
4545
* If yes, returns the content of the first line with given hash.
4646
*
47-
* Use dirty snapshot to see all (include in-progess) data. We want to prevent
47+
* Use dirty snapshot to see all (include in-progress) data. We want to prevent
4848
* wait in the XactLockTableWait routine.
4949
*/
5050
bool

0 commit comments

Comments
 (0)