projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4eb2d1
)
Oops, fix misspelled #endif
author
Heikki Linnakangas
<
[email protected]
>
Tue, 14 Apr 2015 19:00:52 +0000
(22:00 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Tue, 14 Apr 2015 19:00:52 +0000
(22:00 +0300)
I hope this fixes the Windows builfarm failures.
src/include/pg_config.h.win32
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pg_config.h.win32
b/src/include/pg_config.h.win32
index d9fa711ab57a03a39d7153ba3130fe90c319a0bf..9db1f6f52441402c4fde200c501520f58c689aaa 100644
(file)
--- a/
src/include/pg_config.h.win32
+++ b/
src/include/pg_config.h.win32
@@
-648,7
+648,7
@@
/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
#if (_MSC_VER < 1500)
#define USE_SLICING_BY_8_CRC32C 1
-#end
+#end
if
/* Define to 1 use Intel SSE 4.2 CRC instructions. */
/* #undef USE_SSE42_CRC32C */