On Fri, Dec 9, 2016 at 10:18 AM, FabrÃzio de Royes Mello < fabriziome...@gmail.com> wrote:
> > > On Fri, Dec 9, 2016 at 3:59 PM, Jeff Janes <jeff.ja...@gmail.com> wrote: > > > > Since: > > > > commit f0e44751d7175fa3394da2c8f85e3ceb3cdbfe63 > > Author: Robert Haas <rh...@postgresql.org> > > Date: Wed Dec 7 13:17:43 2016 -0500 > > > > Implement table partitioning. > > > > If I use psql compiled from 10devel to connect to a 9.6.1 server, then > \d fails: > > > > psql (10devel-f0e4475, server 9.6.1-16e7c02) > > Type "help" for help. > > > > > > # \d pgbench_accounts > > ERROR: column c.relpartbound does not exist > > LINE 1: ...ELECT inhparent::pg_catalog.regclass, > pg_get_expr(c.relpartb... > > > > Looks like they forgot to adjust version check number in describe.c code. > > Attched patch fix it. > Tested (but not read) and it fixes it for me. thanks. Jeff