diff options
author | Robert Haas | 2017-11-29 14:24:24 +0000 |
---|---|---|
committer | Robert Haas | 2017-11-29 14:24:24 +0000 |
commit | eaedf0df7197b21182f6c341a44e4fdaa3cd6ea6 (patch) | |
tree | 710ce791d6a3a329649f0fe438c85f00199035a8 /src/backend/executor/nodeModifyTable.c | |
parent | 801386af62eac84c13feec5a643c120cf0ce33bd (diff) |
Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
-rw-r--r-- | src/backend/executor/nodeModifyTable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c index 201c607002..1e3ece9b34 100644 --- a/src/backend/executor/nodeModifyTable.c +++ b/src/backend/executor/nodeModifyTable.c @@ -1518,8 +1518,8 @@ ExecSetupTransitionCaptureState(ModifyTableState *mtstate, EState *estate) if (mtstate->mt_partition_dispatch_info != NULL) { /* - * For tuple routing among partitions, we need TupleDescs based - * on the partition routing table. + * For tuple routing among partitions, we need TupleDescs based on + * the partition routing table. */ ResultRelInfo **resultRelInfos = mtstate->mt_partitions; |