Opened 5 years ago
Closed 5 years ago
#4511 closed defect (fixed)
PG 13 failing: could not find attribute 2 in subquery targetlist
Reported by: | Algunenano | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS PostgreSQL |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
The PG13 build is failing with (https://travis-ci.org/postgis/postgis/jobs/588883186):
----------------------------------------------------------------------------- --- tickets_expected 2019-09-24 10:39:48.000000000 +0000 +++ /tmp/pgis_reg/test_102_out 2019-09-24 10:43:38.336906785 +0000 @@ -264,7 +264,7 @@ #2704|POLYGON((0 0,0 1,1 1,1 0,0 0)) #2712|LINESTRING EMPTY #2717|POINT(-1 -1)|POINT(3 1)|POINT(-1 -1)|POINT(1 1)|POINT(1 1)|POINT(2 2)|POINT(3 1) -#2788|f|Self-intersection|POINT(1 1) +ERROR: could not find attribute 2 in subquery targetlist #2870|Point[GS] #2956|t #2985|LINESTRING(20.9511664253809 52.3984560730436) -----------------------------------------------------------------------------
I've tracked it down to a recent PG commit: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=7266d0997dd2a0632da38a594c78e25ff21df67e
The main thread is in https://www.postgresql.org/message-id/flat/402356c32eeb93d4fed01f66d6c7fe2d%40postgrespro.ru
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
New latest
image built and pushed.
Note:
See TracTickets
for help on using tickets.
This was fixed in https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=a9ae99d0190960ce2d3dd3e5f10e7f4adc3cf203
We just need to rebuid the PG13 image.