pgsql: This makes dblink pass its installcheck test on platforms where

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This makes dblink pass its installcheck test on platforms where
Date: 2004-10-28 22:31:15
Message-ID: 20041028223115.43CB33A49B0@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.36&r2=1.37)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-10-29 00:16:09 pgsql: Add DEBUG1-level logging of checkpoint start and end.
Previous Message Tom Lane 2004-10-28 22:09:32 pgsql: Code cleanup in dirmod.c.