pgsql: Got tired of waiting for spoonbill's compiler to get fixed.

Started by Tom Laneabout 20 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Got tired of waiting for spoonbill's compiler to get fixed. Let's
see if using an intermediate variable avoids the gcc bug.

Modified Files:
--------------
pgsql/contrib/seg:
segparse.y (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/seg/segparse.y.diff?r1=1.16&r2=1.17)

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#1)
Re: pgsql: Got tired of waiting for spoonbill's compiler

this seems to have worked, Is it worth backporting?

cheers

andrew

Tom Lane wrote:

Show quoted text

Log Message:
-----------
Got tired of waiting for spoonbill's compiler to get fixed. Let's
see if using an intermediate variable avoids the gcc bug.

Modified Files:
--------------
pgsql/contrib/seg:
segparse.y (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/seg/segparse.y.diff?r1=1.16&r2=1.17)

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#2)
Re: pgsql: Got tired of waiting for spoonbill's compiler

Andrew Dunstan <andrew@dunslane.net> writes:

this seems to have worked, Is it worth backporting?

Sure, go for it if you're so inclined. I didn't do so at the time
because I wasn't sure if it'd work, but now we know ...

regards, tom lane