changeset 121:0886da5b4816

integration pg-tcp-nodelay->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Feb 2019 16:33:17 +0100
parents c9eb54785de6 (current diff) 253e0fba5d2a (diff)
children 121ab36c87bd
files PostgreSQL/NEWS
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Mon Feb 04 16:21:59 2019 +0100
+++ b/PostgreSQL/NEWS	Tue Feb 05 16:33:17 2019 +0100
@@ -4,6 +4,7 @@
 * Fix build on Debian Buster
 * Remove "ASSERT" in SQL for compatibility with older releases of PostgreSQL
 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
+* Performance: Defining option "TCP_NODELAY" if libpq is linked statically
 
 
 Release 3.0 (2019-01-21)
--- a/Resources/CMake/PostgreSQLConfiguration.cmake	Mon Feb 04 16:21:59 2019 +0100
+++ b/Resources/CMake/PostgreSQLConfiguration.cmake	Tue Feb 05 16:33:17 2019 +0100
@@ -276,6 +276,7 @@
     -DFRONTEND
     -DUNSAFE_STAT_OK
     -DSYSCONFDIR=""
+    -DTCP_NODELAY
     )
 
   include_directories(