Changeset: 1466f30faa5f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1466f30faa5f
Modified Files:
monetdb5/mal/mal_profiler.c
monetdb_config.h.in
Branch: Jan2022
Log Message:
English
diffs (33 lines):
diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c
--- a/monetdb5/mal/mal_profiler.c
+++ b/monetdb5/mal/mal_profiler.c
@@ -80,7 +80,7 @@ static void logjsonInternal(char *logbuf
* We use the `logadd` function to add data to our buffer (usually key-value
pairs). This macro offers an interface similar
* to printf.
*
- * The first snprintf bellow happens in a statically allocated buffer that
might be much smaller than logcap. We do not
+ * The first snprintf below happens in a statically allocated buffer that
might be much smaller than logcap. We do not
* care. We only need to perform this snprintf to get the actual length of the
string that is to be produced.
*
* There are three cases:
@@ -889,7 +889,7 @@ sqlProfilerEvent(Client cntxt, MalBlkPtr
ev = prepareProfilerEvent(cntxt, mb, stk, pci, 0);
// keep it a short transaction
MT_lock_set(&mal_profileLock);
- if (cntxt->profticks == NULL) {
+ if (cntxt->profticks == NULL) {
MT_lock_unset(&mal_profileLock);
GDKfree(stmt);
return;
diff --git a/monetdb_config.h.in b/monetdb_config.h.in
--- a/monetdb_config.h.in
+++ b/monetdb_config.h.in
@@ -13,7 +13,7 @@
#ifdef _MSC_VER
#if _MSC_VER < 1900
-#error Versions bellow Visual Studio 2015 are no longer supported
+#error Versions below Visual Studio 2015 are no longer supported
#endif
/* Prevent pollution through excessive inclusion of include files by
Windows.h. */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list