pgsql: Fix one more place where we were expecting lcons() to be - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix one more place where we were expecting lcons() to be
Date
Msg-id 20041120175932.7F2FC3A4DE3@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix one more place where we were expecting lcons() to be nondestructive
to the original List; per report from Sebastian B�ck.  I think this is
the last such bug --- I examined every lcons() call in the backend and
the rest seem OK --- but it's nervous-making that we're still finding
'em so many months after the List rewrite went in.

Modified Files:
--------------
    pgsql/src/backend/rewrite:
        rewriteHandler.c (r1.145 -> r1.146)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/rewrite/rewriteHandler.c.diff?r1=1.145&r2=1.146)

pgsql-committers by date:

Previous
From: mip@pgfoundry.org (User Mip)
Date:
Subject: press - pr: Rechtschreibkorrekturen.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix plperl's elog() function to convert elog(ERROR) into Perl