| From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Back-patch into 7.2 branch the 7.3 changes that made contrib/cube |
| Date: | 2005-07-16 19:27:21 |
| Message-ID: | 20050716192721.7EE1E52AF1@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Back-patch into 7.2 branch the 7.3 changes that made contrib/cube
error messages reasonably independent of the bison version used to
build cubeparse.c. Needed to get this branch passing on buildfarm.
Tags:
----
REL7_2_STABLE
Modified Files:
--------------
pgsql/contrib/cube:
Makefile (r1.6 -> r1.6.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/Makefile.diff?r1=1.6&r2=1.6.2.1)
cubeparse.y (r1.1 -> r1.1.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/cubeparse.y.diff?r1=1.1&r2=1.1.4.1)
pgsql/contrib/cube/expected:
cube.out (r1.2 -> r1.2.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/expected/cube.out.diff?r1=1.2&r2=1.2.2.1)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | James William Pye | 2005-07-16 19:29:21 | python - be: Remove convenience types. |
| Previous Message | Tom Lane | 2005-07-16 19:02:01 | pgsql: Mark the geometry regression test as an ignorable failure in the |