pgsql: Further adjust comment in get_partition_dispatch_recurse.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further adjust comment in get_partition_dispatch_recurse.
Date: 2018-05-18 20:12:34
Message-ID: E1fJlju-0000hP-Ms@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further adjust comment in get_partition_dispatch_recurse.

In editing 09b12d52db1cf1a4c72d876f3fb6c9d06919e51a I made it wrong;
fix that and try to more clearly explain the situation.

Patch by me, reviewed by David Rowley and Amit Langote

Discussion: http://postgr.es/m/CA+TgmobAq+mA5hzm0a5OS38qQY5758DDDGqa3sBJN4hvir-H9w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b949bbcb7eaf3719b541cbae99ef6c4b031174a1

Modified Files
--------------
src/backend/executor/execPartition.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-18 23:04:33 pgsql: Hot-fix ecpg regression test for missing ecpg_config.h inclusion
Previous Message Tom Lane 2018-05-18 17:05:22 pgsql: Add some test coverage for ecpg's "long long" support.