a little patch to contrib/spi/refint.c - Mailing list pgsql-hackers

From plh@opim.uconn.edu
Subject a little patch to contrib/spi/refint.c
Date
Msg-id m2btwa7o4f.fsf@strawberry.uconn.edu
Whole thread Raw
List 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 ");

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] pgsql and threads don't match
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Re: [PORTS] v6.3 release ToDo list and supported ports