citus/src/backend/distributed/commands
Murat Tuncer 2d66bf5f16
Fix hard coded formatting strings for 64 bit numbers (#1831)
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.
2017-12-04 14:11:06 +03:00
..
create_distributed_table.c Fix hard coded formatting strings for 64 bit numbers (#1831) 2017-12-04 14:11:06 +03:00
drop_distributed_table.c Add version checks to necessary UDFs 2017-05-22 09:53:29 +03:00
multi_copy.c Fix hard coded formatting strings for 64 bit numbers (#1831) 2017-12-04 14:11:06 +03:00
transmit.c Add adapter functions for OpenFile changes 2017-09-25 17:20:24 -07:00