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

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cast NULL to a pointer type in the execl() call, to avoid a
Date: 2007-07-18 21:19:17
Message-ID: 20070718211917.4B8399FB2C4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-18 21:40:58 pgsql: Fix an old thinko in SS_make_initplan_from_plan, which is used
Previous Message Tom Lane 2007-07-18 15:30:48 Re: pgsql: Document that age() adds days, then full months.