Changeset: dd256823718f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/dd256823718f
Modified Files:
gdk/gdk_logger.c
Branch: default
Log Message:
Compilation issue: use types consistently, please.
diffs (12 lines):
diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -2434,7 +2434,7 @@ log_new(int debug, const char *fn, const
lng max_dropped = GDKgetenv_int("wal_max_dropped", 100000);
lng max_file_age = GDKgetenv_int("wal_max_file_age", 600);
- lng max_pending = GDKgetenv_int("wal_max_pending", 5);
+ int max_pending = GDKgetenv_int("wal_max_pending", 5);
lng max_file_size = 0;
if (GDKdebug & TESTINGMASK) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]