Re: remove unnecessary table_open/close from makeArrayTypeName

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-12-19T02:17:18Z
Lists: pgsql-hackers
On Wed, Dec 18, 2019 at 05:22:06PM -0500, Tom Lane wrote:
> +1, but please collapse up the whitespace too.

+1.
--
Michael

Commits

  1. makeArrayTypeName: Remove pointless relation open/close

  2. Support arrays of composite types, including the rowtypes of regular tables