# HG changeset patch # User Sebastien Jodogne # Date 1549380797 -3600 # Node ID 0886da5b4816f8f6c147d4d75fa8d5662cf6fc2c # Parent c9eb54785de6b6437a4ba013aeb8642c0b93fc55# Parent 253e0fba5d2a1a4c1728cf6f57eba07610dc217d integration pg-tcp-nodelay->mainline diff -r c9eb54785de6 -r 0886da5b4816 PostgreSQL/NEWS --- 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) diff -r c9eb54785de6 -r 0886da5b4816 Resources/CMake/PostgreSQLConfiguration.cmake --- 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(