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
- partbounds-cleanup.patch (application/octet-stream) patch
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
-
Clean up some code and comments in partbounds.c.
- d601a930756b 13.0 landed
- 3857f98f1431 14.0 landed
-
Allow partitionwise joins in more cases.
- c8434d64ce03 13.0 cited