Thanks to visit codestin.com Credit goes to github.com
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 f4dcaab commit 05b8dbeCopy full SHA for 05b8dbe
storage.c
@@ -44,7 +44,7 @@ static bool my_simple_heap_update(Relation relation,
44
* Returns whether the query with given hash is in aqo_queries.
45
* If yes, returns the content of the first line with given hash.
46
*
47
- * 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
48
* wait in the XactLockTableWait routine.
49
*/
50
bool
0 commit comments