diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-04-24 23:00:48 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-04-24 23:00:48 -0300 |
commit | bd4aad32395c1f2c3214657261b32b94475358c8 (patch) | |
tree | 0a6988e675a9752ecd9d1fc367c85f7a7eef3d65 /src | |
parent | 1957f8dabf8daa29c78d05f971dd665c9680a754 (diff) | |
download | postgresql-bd4aad32395c1f2c3214657261b32b94475358c8.tar.gz postgresql-bd4aad32395c1f2c3214657261b32b94475358c8.zip |
Update ExecInitPartitionInfo comment
Remove the words "if not already done." This obsolete wording
corresponds to an early development version of what became edd44738bc8.
Author: Etsuro Fujita
Reviewed-by: Amit Langote
Discussion: https://postgr.es/m/5ADF117B.5030606@lab.ntt.co.jp
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/executor/execPartition.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index f7418f64b18..b2ee92eb155 100644 --- a/src/backend/executor/execPartition.c +++ b/src/backend/executor/execPartition.c @@ -294,8 +294,7 @@ ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd, /* * ExecInitPartitionInfo - * Initialize ResultRelInfo and other information for a partition if not - * already done + * Initialize ResultRelInfo and other information for a partition * * Returns the ResultRelInfo */ |