Changeset: e5205fe5e4f8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e5205fe5e4f8 Modified Files: clients/Tests/exports.stable.out Branch: default Log Message:
approved output diffs (14 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 @@ -1542,7 +1542,9 @@ void freeVariables(Client c, MalBlkPtr m str getBackendContext(Client cntxt, backend **be); str getSQLContext(Client cntxt, MalBlkPtr mb, mvc **c, backend **b); uint32_t get_le_uint32(unsigned char *c); -uint32_t get_uint32(unsigned char *c); +uint16_t get_uint16_slow(unsigned char *c); +uint32_t get_uint32_slow(unsigned char *c); +uint64_t get_uint64_slow(unsigned char *c); str hge_dec2_bte(Client ctx, bte *res, const int *s1, const hge *v); str hge_dec2_dbl(Client ctx, dbl *res, const int *s1, const hge *v); str hge_dec2_flt(Client ctx, flt *res, const int *s1, const hge *v); _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
