From 450925b5c0e7907d2b83fb1f19401a0ba2d858e7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 19 Nov 2021 15:32:20 +0300 Subject: Upgrade to 14.1 --- libpq/libpq/.gitattributes | 1 + libpq/libpq/include/.gitattributes | 1 + libpq/libpq/include/port/.gitattributes | 2 ++ libpq/libpq/pg_config.h | 1 + 4 files changed, 5 insertions(+) create mode 100644 libpq/libpq/.gitattributes create mode 100644 libpq/libpq/include/.gitattributes create mode 100644 libpq/libpq/include/port/.gitattributes (limited to 'libpq/libpq') diff --git a/libpq/libpq/.gitattributes b/libpq/libpq/.gitattributes new file mode 100644 index 0000000..05ef788 --- /dev/null +++ b/libpq/libpq/.gitattributes @@ -0,0 +1 @@ +pq symlink=dir diff --git a/libpq/libpq/include/.gitattributes b/libpq/libpq/include/.gitattributes new file mode 100644 index 0000000..8cb5c4f --- /dev/null +++ b/libpq/libpq/include/.gitattributes @@ -0,0 +1 @@ +common symlink=dir diff --git a/libpq/libpq/include/port/.gitattributes b/libpq/libpq/include/port/.gitattributes new file mode 100644 index 0000000..2ba6a7e --- /dev/null +++ b/libpq/libpq/include/port/.gitattributes @@ -0,0 +1,2 @@ +win32 symlink=dir +win32_msvc symlink=dir diff --git a/libpq/libpq/pg_config.h b/libpq/libpq/pg_config.h index c524ca9..c834880 100644 --- a/libpq/libpq/pg_config.h +++ b/libpq/libpq/pg_config.h @@ -153,6 +153,7 @@ # define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 # define HAVE_SYS_UCRED_H 1 # define HAVE_UNION_SEMUN 1 +# define HAVE_MEMSET_S 1 #else # define HAVE_DECL_STRLCAT 0 # define HAVE_DECL_STRLCPY 0 -- cgit v1.1