Changeset: 6b8c5c256976 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6b8c5c256976 Modified Files: clients/Tests/exports.stable.out Branch: pp_hashjoin Log Message:
approved output diffs (12 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -600,7 +600,7 @@ ssize_t shtFromStr(allocator *ma, const ssize_t shtToStr(allocator *ma, str *dst, size_t *len, const sht *src, bool external); const sht sht_nil; double sketch_estimate(uint8_t cnt_sketch[BUCKETS][CLZ_BUCKETS]); -void sketch_populate(BAT *n, BATiter *ni, struct canditer *nci, uint8_t cnting_sketch[BUCKETS][CLZ_BUCKETS]); +int sketch_populate(BAT *n, BATiter *ni, struct canditer *nci, uint8_t cnting_sketch[BUCKETS][CLZ_BUCKETS]); ssize_t sql_daytime_fromstr(allocator *ma, const char *buf, daytime *d, long tz_sec, bool tzlocal); ssize_t sql_timestamp_fromstr(allocator *ma, const char *buf, timestamp *d, long tz_sec, bool tzlocal); ssize_t strFromStr(allocator *ma, const char *restrict src, size_t *restrict len, str *restrict dst, bool external); _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
