From: Robert Haas Date: Thu, 9 Jun 2016 22:09:17 +0000 (-0400) Subject: Repair a bit of pgindent damage. X-Git-Tag: REL9_6_BETA2~62 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=2410a2543e77983dab1f63f48b2adcd23dba994e;p=postgresql.git Repair a bit of pgindent damage. Inserting line-breaks into the middle of a URL is, to put it mildly, not very helpful, so persuade pgindent to leave it alone. --- diff --git a/src/backend/main/main.c b/src/backend/main/main.c index a13c446f891..c018c90524f 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -271,15 +271,13 @@ startup_hacks(const char *progname) #if defined(_M_AMD64) && _MSC_VER == 1800 - /* + /*---------- * Avoid crashing in certain floating-point operations if we were * compiled for x64 with MS Visual Studio 2013 and are running on * Windows prior to 7/2008R2 SP1 on an AVX2-capable CPU. * - * Ref: - * https://connect.microsoft.com/VisualStudio/feedback/details/811093/v - * isual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instruction - * s + * Ref: https://connect.microsoft.com/VisualStudio/feedback/details/811093/visual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instructions + *---------- */ if (!IsWindows7SP1OrGreater()) {