diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2018-06-30 12:25:49 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2018-06-30 12:25:49 -0400 |
commit | 1e9c8580904625576871eeb2efec7f04d4c3bc1c (patch) | |
tree | 6093afd9440b732c2b4f2c040b7a3e83b6f163ae /src/backend/storage/ipc/procarray.c | |
parent | 2c64d200484c40c1bfbd532bf140bea672f267a1 (diff) |
pgindent run prior to branching
Diffstat (limited to 'src/backend/storage/ipc/procarray.c')
-rw-r--r-- | src/backend/storage/ipc/procarray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 7f293d989b5..bd20497d81a 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -2014,8 +2014,8 @@ GetRunningTransactionData(void) /* * If we wished to exclude xids this would be the right place for it. * Procs with the PROC_IN_VACUUM flag set don't usually assign xids, - * but they do during truncation at the end when they get the lock - * and truncate, so it is not much of a problem to include them if they + * but they do during truncation at the end when they get the lock and + * truncate, so it is not much of a problem to include them if they * are seen and it is cleaner to include them. */ |