dblink crash fix

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: dblink crash fix
Date: 2004-10-28 00:11:24
Message-ID: Pine.BSO.4.56.0410271908550.18816@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
dblink.patch text/plain 914 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Kris Jurka 2004-10-28 00:13:25 solaris non gcc compiler debug options
Previous Message Mark Wong 2004-10-27 21:34:22 Re: ARC Memory Usage analysis