projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f30420
)
Remove an unnecessary newline which may cause conflicts with upstream patches
author
Pavan Deolasee
<
[email protected]
>
Fri, 15 Jan 2016 17:58:58 +0000
(23:28 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Tue, 18 Oct 2016 09:41:42 +0000
(15:11 +0530)
src/backend/access/transam/twophase.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/twophase.c
b/src/backend/access/transam/twophase.c
index a7f226b5fd690269217f7efc514f8e708becf5ee..5ac4afc3ad918ad17cc86746c6f1045da85ddf46 100644
(file)
--- a/
src/backend/access/transam/twophase.c
+++ b/
src/backend/access/transam/twophase.c
@@
-1068,7
+1068,6
@@
EndPrepare(GlobalTransaction gxact)
/*
* Create the 2PC state file.
*/
-
TwoPhaseFilePath(path, xid);
fd = OpenTransientFile(path,