From 6eaee40b468ccbde758295d1874f922c1b16bd45 Mon Sep 17 00:00:00 2001 From: Pavan Deolasee Date: Fri, 15 Jan 2016 23:28:58 +0530 Subject: [PATCH] Remove an unnecessary newline which may cause conflicts with upstream patches --- src/backend/access/transam/twophase.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/access/transam/twophase.c b/src/backend/access/transam/twophase.c index 90c29b4835..2a5d43ed9c 100644 --- 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, -- 2.39.5