Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the Postgres uint64 instead of the C uint64_t
They are nominally different on some platforms (e.g. unsigned long vs unsigned long long), so we shouldn't mix them.
- Loading branch information