Changeset: 2d397a1d0022 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2d397a1d0022
Modified Files:
monetdb5/mal/mal_linker.c
Branch: parquet
Log Message:
small addition
diffs (13 lines):
diff --git a/monetdb5/mal/mal_linker.c b/monetdb5/mal/mal_linker.c
--- a/monetdb5/mal/mal_linker.c
+++ b/monetdb5/mal/mal_linker.c
@@ -291,6 +291,9 @@ loadLibrary(const char *filename, int fl
#ifdef HAVE_NETCDF
&& strcmp(filename, "netcdf") != 0
#endif
+#ifdef HAVE_PARQUET
+ && strcmp(filename, "parquet") != 0
+#endif
#ifdef HAVE_SHP
&& strcmp(filename, "shp") != 0
#endif
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]