On Fri, Mar 22, 2019 at 9:21 AM David Rowley <david.row...@2ndquadrant.com> wrote: > 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.
Thanks. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company