Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on
commit2002dd570b8a215d4643889b9546800995ffe61c
authoralvherre <alvherre>
Wed, 18 Jul 2007 21:19:17 +0000 (18 21:19 +0000)
committeralvherre <alvherre>
Wed, 18 Jul 2007 21:19:17 +0000 (18 21:19 +0000)
tree4ffc8d14d51325bfb5d59b4d06cbf3f2ee9e90e0
parent028cc9b17d39a155a0ab5bfefbead3c69e1ce28d
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