Re: [PATCH] Fix NULL checking in check_TSCurrentConfig() - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: [PATCH] Fix NULL checking in check_TSCurrentConfig()
Date
Msg-id 20130120153952.GL16126@tamriel.snowman.net
Whole thread Raw
In response to [PATCH] Fix NULL checking in check_TSCurrentConfig()  (Xi Wang <xi.wang@gmail.com>)
Responses Re: [PATCH] Fix NULL checking in check_TSCurrentConfig()
List pgsql-hackers
* Xi Wang (xi.wang@gmail.com) wrote:
> The correct NULL check should use `*newval'; `newval' must be non-null.

Why isn't this using pstrdup()..?
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Phil Sorber
Date:
Subject: Re: [WIP] pg_ping utility
Next
From: Stephen Frost
Date:
Subject: Re: [PATCH] Fix off-by-one in PQprintTuples()