Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2410a25

Browse files
committed
Repair a bit of pgindent damage.
Inserting line-breaks into the middle of a URL is, to put it mildly, notvery helpful, so persuade pgindent to leave it alone.
1 parent4bc424b commit2410a25

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/backend/main/main.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,13 @@ startup_hacks(const char *progname)
271271

272272
#if defined(_M_AMD64)&&_MSC_VER==1800
273273

274-
/*
274+
/*----------
275275
* Avoid crashing in certain floating-point operations if we were
276276
* compiled for x64 with MS Visual Studio 2013 and are running on
277277
* Windows prior to 7/2008R2 SP1 on an AVX2-capable CPU.
278278
*
279-
* Ref:
280-
* https://connect.microsoft.com/VisualStudio/feedback/details/811093/v
281-
* isual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instruction
282-
* s
279+
* Ref: https://connect.microsoft.com/VisualStudio/feedback/details/811093/visual-studio-2013-rtm-c-x64-code-generation-bug-for-avx2-instructions
280+
*----------
283281
*/
284282
if (!IsWindows7SP1OrGreater())
285283
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp