mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
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.
This commit is contained in:
parent
4bc424b968
commit
2410a2543e
@ -271,15 +271,13 @@ startup_hacks(const char *progname)
|
|||||||
|
|
||||||
#if defined(_M_AMD64) && _MSC_VER == 1800
|
#if defined(_M_AMD64) && _MSC_VER == 1800
|
||||||
|
|
||||||
/*
|
/*----------
|
||||||
* Avoid crashing in certain floating-point operations if we were
|
* Avoid crashing in certain floating-point operations if we were
|
||||||
* compiled for x64 with MS Visual Studio 2013 and are running on
|
* compiled for x64 with MS Visual Studio 2013 and are running on
|
||||||
* Windows prior to 7/2008R2 SP1 on an AVX2-capable CPU.
|
* Windows prior to 7/2008R2 SP1 on an AVX2-capable CPU.
|
||||||
*
|
*
|
||||||
* Ref:
|
* Ref: https://connect.microsoft.com/VisualStudio/feedback/details/811093/visual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instructions
|
||||||
* https://connect.microsoft.com/VisualStudio/feedback/details/811093/v
|
*----------
|
||||||
* isual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instruction
|
|
||||||
* s
|
|
||||||
*/
|
*/
|
||||||
if (!IsWindows7SP1OrGreater())
|
if (!IsWindows7SP1OrGreater())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user