Re: Missing NULL check after calling ecpg_strdup - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: Missing NULL check after calling ecpg_strdup
Date
Msg-id CAJ7c6TPn+eO4cVH7urFr+G8d5TmMm0svsVQXjhY_C2LuBm8a7g@mail.gmail.com
Whole thread Raw
In response to Re: Missing NULL check after calling ecpg_strdup  (Álvaro Herrera <alvherre@kurilemu.de>)
List pgsql-hackers
Hi Alvaro,

> This looks super baroque.  Why not simplify a bit instead?  Maybe
> something like
>
> [...]

Fair point. Here is the corrected patch.

Attachment

pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: speedup COPY TO for partitioned table.
Next
From: Tom Lane
Date:
Subject: Re: domain check constraint should also consider domain's collation