pgsql: psql: Fix incorrect version check for table partitining.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Fix incorrect version check for table partitining.
Date: 2016-12-12 17:08:40
Message-ID: E1cGU5g-0006Ds-TB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Fix incorrect version check for table partitining.

Table partitioning was added in 10, not 9.6.

Fabrízio de Royes Mello, per report from Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/06e184876bc07c2b1d7144957dcf02c5b4f709c2

Modified Files
--------------
src/bin/psql/describe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-12 18:32:32 pgsql: Make the different Unix-y semaphore implementations ABI-compatib
Previous Message Tom Lane 2016-12-12 16:23:38 pgsql: Fix creative, but unportable, spelling of "ptr != NULL".