]> granicus.if.org Git - postgresql/commit
Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Jul 2007 21:19:17 +0000 (21:19 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Jul 2007 21:19:17 +0000 (21:19 +0000)
commitcdedfe6af1c426b28b2e0ff522d5d88f195a5d47
tree4eea0d95f703813d1baebe8bc65a41f5bfd9ae19
parentdc32d2cefae03e8dc390df94232774780e7db28d
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.
src/test/regress/pg_regress.c