On Fri, 8 Mar 2019 at 05:39, Robert Haas <rh...@postgresql.org> wrote:
> src/backend/partitioning/partprune.c   |   7 +-

I've attached a small patch that fixes a couple of incorrect sizeof()
calculations new in this commit.

Perhaps only a problem if sizeof(int) is not the same as sizeof(Oid),
but incorrect never-the-less.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment: fixup_sizeof_relid_map.patch
Description: Binary data

Reply via email to