Minor cleanup of partbounds.c

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-09-09T13:37:07Z
Lists: pgsql-hackers

Attachments

Here is a patch for minor cleanup of the partbounds.c changes made by
commit c8434d64c: 1) removes a useless assignment (in normal builds)
and 2) improves comments a little.

Best regards,
Etsuro Fujita

Commits

  1. Clean up some code and comments in partbounds.c.

  2. Allow partitionwise joins in more cases.