Changeset: 04d92ec23ce3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/04d92ec23ce3 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 @@ -1632,7 +1632,7 @@ int64_t pqc_mark_chunk(pqc_reader_t *r, int pqc_open(pqc_file **pq, char *fn); int pqc_put_int32(char *in, uint32_t v); int pqc_put_int64(char *in, uint64_t v); -int64_t pqc_read(pqc_file *pq, int64_t offset, char *buffer, int nrbytes); +int64_t pqc_read(pqc_file *pq, int64_t offset, char *buffer, size_t nrbytes); int64_t pqc_read_chunk(pqc_reader_t *r, int wnr, void *d, void *vd, uint64_t nrows, size_t *ssize, int *dict); int pqc_read_filemetadata(pqc_file *pq); int pqc_read_schema(pqc_file *pq); _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
