8000 Fix typo · postgrespro/aqo@e3beec6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3beec6

Browse files
committed
Fix typo
1 parent 8651c23 commit e3beec6

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
@@ -43,7 +43,7 @@ static bool my_simple_heap_update(Relation relation,
4343
* Returns whether the query with given hash is in aqo_queries.
4444
* If yes, returns the content of the first line with given hash.
4545
*
46-
* Use dirty snapshot to see all (include in-progess) data. We want to prevent
46+
* Use dirty snapshot to see all (include in-progress) data. We want to prevent
4747
* wait in the XactLockTableWait routine.
4848
*/
4949
bool

0 commit comments

Comments
 (0)
0