diff options
Diffstat (limited to 'src/include/postgres_ext.h')
-rw-r--r-- | src/include/postgres_ext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/postgres_ext.h b/src/include/postgres_ext.h index 9f2e3c52972..bf45c50dcf3 100644 --- a/src/include/postgres_ext.h +++ b/src/include/postgres_ext.h @@ -24,8 +24,6 @@ #ifndef POSTGRES_EXT_H #define POSTGRES_EXT_H -#include <stdint.h> - /* * Object ID is a fundamental type in Postgres. */ @@ -44,9 +42,6 @@ typedef unsigned int Oid; /* the above needs <stdlib.h> */ -/* Define a signed 64-bit integer type for use in client API declarations. */ -typedef int64_t pg_int64; - /* * Identifiers of error message fields. Kept here to keep common * between frontend and backend, and also to export them to libpq |