pgsql: Cast NULL to a pointer type in the execl() call, to avoid a - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Cast NULL to a pointer type in the execl() call, to avoid a
Date
Msg-id 20070718211917.4B8399FB2C4@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on
some platforms and possibly a bug.  Per report from Stefan and subsequent
discussion.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.35 -> r1.36)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.35&r2=1.36)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Document that age() adds days, then full months.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix an old thinko in SS_make_initplan_from_plan, which is used