From efb89defc06f637ecbc1b2593b0a38c2be64e008 Mon Sep 17 00:00:00 2001 From: Brian Cloutier Date: Wed, 4 Apr 2018 20:59:38 -0700 Subject: [PATCH] citus_indent --- src/backend/distributed/executor/multi_executor.c | 2 +- src/backend/distributed/executor/multi_real_time_executor.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/distributed/executor/multi_executor.c b/src/backend/distributed/executor/multi_executor.c index 6019a52ab..603d89106 100644 --- a/src/backend/distributed/executor/multi_executor.c +++ b/src/backend/distributed/executor/multi_executor.c @@ -201,7 +201,7 @@ ReadFileIntoTupleStore(char *fileName, char *copyFormat, TupleDesc tupleDescript MemoryContextSwitchTo(oldContext); } - /* + /* * This is only necessary on windows, in the abort handler we might try to remove * the file being COPY'd (if it was an intermediate result), but on Windows that's * not possible unless we first close our handle to the file. diff --git a/src/backend/distributed/executor/multi_real_time_executor.c b/src/backend/distributed/executor/multi_real_time_executor.c index 8584737c0..3808b256c 100644 --- a/src/backend/distributed/executor/multi_real_time_executor.c +++ b/src/backend/distributed/executor/multi_real_time_executor.c @@ -201,6 +201,7 @@ MultiRealTimeExecute(Job *job) } #ifdef WIN32 + /* * Don't call CHECK_FOR_INTERRUPTS because we want to clean up after ourselves, * calling pgwin32_dispatch_queued_signals sets QueryCancelPending so we leave