Thread: pgsql: Fix another place broken by new List implementation :-(.

pgsql: Fix another place broken by new List implementation :-(.

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix another place broken by new List implementation :-(.  Per example
from goranpop@nspoint.net.  I think this escaped notice because in
simple cases the list is NIL on entry.

Modified Files:
--------------
    pgsql/src/backend/optimizer/geqo:
        geqo_eval.c (r1.71 -> r1.72)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/geqo/geqo_eval.c.diff?r1=1.71&r2=1.72)