From 7a53ba7c7f38bff2c9ef99c6ab58d22c59dd2290 Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 30 Sep 2021 13:28:14 -0400 Subject: [PATCH] Add note to comment for int64 typedef. --- src/postgres/interface/version.vendor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postgres/interface/version.vendor.h b/src/postgres/interface/version.vendor.h index cc3c22b0d..5a3a24e5a 100644 --- a/src/postgres/interface/version.vendor.h +++ b/src/postgres/interface/version.vendor.h @@ -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