Re: About #13489, array dimensions and CREATE TABLE ... LIKE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: About #13489, array dimensions and CREATE TABLE ... LIKE
Date
Msg-id 1402391.1700532261@sss.pgh.pa.us
Whole thread Raw
In response to Re: About #13489, array dimensions and CREATE TABLE ... LIKE  (Bruce Momjian <bruce@momjian.us>)
Responses Re: About #13489, array dimensions and CREATE TABLE ... LIKE
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> I would like to apply this patch to master because I think our current
> deficiencies in this area are unacceptable.

I do not think this is a particularly good idea, because it creates
the impression in a couple of places that we track this data, when
we do not really do so to any meaningful extent.

> An alternate approach would
> be to remove pg_attribute.attndims so we don't even try to preserve 
> dimensionality.

I could get behind that, perhaps.  It looks like we're not using the
field in any meaningful way, and we could simplify TupleDescInitEntry
and perhaps some other APIs.

            regards, tom lane



pgsql-hackers by date:

Previous
From: yuansong
Date:
Subject: Re:Re:Re: How to solve the problem of one backend process crashing and causing other processes to restart?
Next
From: Bruce Momjian
Date:
Subject: Re: About #13489, array dimensions and CREATE TABLE ... LIKE