From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Andres Freund <andres(at)2ndquadrant(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Revive line type |
Date: | 2014-05-12 23:32:51 |
Message-ID: | 857.1399937571@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Should this be listed in the 9.4 release notes? We didn't have _any_
> line type before unless you -D/enabled it? Our release notes say:
> Fully-implement the <link
> linkend="datatype-line"><type>line</></link> data type (Peter
> Eisentraut)
> Is this text misleading?
The type existed in the catalogs, but if you tried to do anything with it
you got
regression=# select 'foo'::line;
ERROR: type "line" not yet implemented
LINE 1: select 'foo'::line;
^
... unless, that is, you'd built with -DENABLE_LINE_TYPE. Which is
an option I don't think was ever documented. So I'm not sure whether
we need to cover this in the release notes or not. It seems fairly
unlikely that anybody was doing that, so it's *probably* a waste of
release note space, but ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-05-13 00:21:25 | pgsql: Be more wary in choice of timezone names to test make_timestampt |
Previous Message | Bruce Momjian | 2014-05-12 23:21:21 | Re: pgsql: Revive line type |
From | Date | Subject | |
---|---|---|---|
Next Message | Haribabu Kommi | 2014-05-13 00:34:45 | Re: Compression of full-page-writes |
Previous Message | Gavin Flower | 2014-05-12 23:23:49 | Re: New timezones used in regression tests |