a little patch to contrib/spi/refint.c

From: plh(at)opim(dot)uconn(dot)edu
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: a little patch to contrib/spi/refint.c
Date: 1998-02-14 05:26:56
Message-ID: m2btwa7o4f.fsf@strawberry.uconn.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Could somebody apply this little patch for me? (don't have access to CVS)
Thanks!

keep up the great work!
Cheers,
-Pailing

--- contrib/spi/refint.c.old Sat Feb 14 00:04:15 1998
+++ contrib/spi/refint.c Sat Feb 14 00:04:42 1998
@@ -423,7 +423,7 @@
sprintf(sql, "update %s set ", relname);
for (i = 1; i <= nkeys; i++)
{
- sprintf(sql + strlen(sql), "%s null%s",
+ sprintf(sql + strlen(sql), "%s = null%s",
args2[i], (i < nkeys) ? ", " : "");
}
strcat(sql, " where ");

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-02-14 06:17:00 Re: [HACKERS] Re: [PORTS] v6.3 release ToDo list and supported ports
Previous Message Ryan Kirkpatrick 1998-02-14 01:27:25 Re: [HACKERS] PostGreSQL v6.2.1 for Linux Alpha