dblink crash fix - Mailing list pgsql-patches

From Kris Jurka
Subject dblink crash fix
Date
Msg-id Pine.BSO.4.56.0410271908550.18816@leary.csoft.net
Whole thread Raw
Responses Re: dblink crash fix  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
This makes dblink pass its installcheck test on platforms where
snprintf(data, len, "%s", NULL) crash.

The code was trying to find a connection by name when it already had an
unnamed connection and did not have a name to search with.

Kris Jurka

Attachment

pgsql-patches by date:

Previous
From: Mark Wong
Date:
Subject: Re: [HACKERS] ARC Memory Usage analysis
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] rmtree() failure on Windows