From f1f39911e0d2d88c98eae96a3eb14a53c664206f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 30 Nov 2019 22:37:25 +0300 Subject: Upgrade to 12.1 --- libpq/postgresql/pg_config_ext.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libpq/postgresql/pg_config_ext.h (limited to 'libpq/postgresql/pg_config_ext.h') diff --git a/libpq/postgresql/pg_config_ext.h b/libpq/postgresql/pg_config_ext.h deleted file mode 100644 index f1fd0f5..0000000 --- a/libpq/postgresql/pg_config_ext.h +++ /dev/null @@ -1,20 +0,0 @@ -/* file : libpq/postgresql/pg_config_ext.h -*- C -*- - * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd - * license : PostgreSQL License; see accompanying COPYRIGHT file - */ - -/* - * For the semanics of the following macros refer to the - * libpq/postgresql/pg_config_ext.h.in.orig and - * libpq/postgresql/pg_config_ext.h.win32.orig file. - */ - -/* - * Note that is invented by C99 and we can't expect that the libpq - * client is compiled according to this standard. However, when compile with - * GCC, Clang or VC, even requesting C90 standard explicitly, then the header - * and int64_t type are both available. - */ -#include - -#define PG_INT64_TYPE int64_t -- cgit v1.1