We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8651c23 commit e3beec6Copy full SHA for e3beec6
storage.c
@@ -43,7 +43,7 @@ static bool my_simple_heap_update(Relation relation,
43
* Returns whether the query with given hash is in aqo_queries.
44
* If yes, returns the content of the first line with given hash.
45
*
46
- * Use dirty snapshot to see all (include in-progess) data. We want to prevent
+ * Use dirty snapshot to see all (include in-progress) data. We want to prevent
47
* wait in the XactLockTableWait routine.
48
*/
49
bool
0 commit comments