mirror of https://github.com/citusdata/citus.git
Postgres provides OS agnosting formatting macros for formatting 64 bit numbers. Replaced %ld %lu with INT64_FORMAT and UINT64_FORMAT respectively. Also found some incorrect usages of formatting flags and fixed them. |
||
---|---|---|
.. | ||
create_distributed_table.c | ||
drop_distributed_table.c | ||
multi_copy.c | ||
transmit.c |