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:
874d096
)
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]
>
Fri, 15 Jan 2016 17:58:58 +0000
(23:28 +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 90c29b4835e3b15166da781c2a422052078f2c31..2a5d43ed9caf0455eb12132e1c82a57e6f793a85 100644
(file)
--- a/
src/backend/access/transam/twophase.c
+++ b/
src/backend/access/transam/twophase.c
@@
-1070,7
+1070,6
@@
EndPrepare(GlobalTransaction gxact)
/*
* Create the 2PC state file.
*/
-
TwoPhaseFilePath(path, xid);
fd = OpenTransientFile(path,