1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Add note to comment for int64 typedef.

This commit is contained in:
David Steele 2021-09-30 13:28:14 -04:00
parent 815377cc60
commit 7a53ba7c7f

View File

@ -27,7 +27,7 @@ should be created. See the CheckPoint type difference between 9.5 and 9.6 as an
Types from src/include/c.h
***********************************************************************************************************************************/
// int64 type
// int64 type. The definition in c.h is more complicated but here we can rely on stdint.h for the correct type.
// ---------------------------------------------------------------------------------------------------------------------------------
#if PG_VERSION > PG_VERSION_MAX