Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: cdedfe6af1c426b28b2e0ff522d5d88f195a5d47
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-07-18T21:19:17Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/test/regress/pg_regress.c modified +2 −2