a little patch to contrib/spi/refint.c

Поиск
Список
Период
Сортировка
От plh@opim.uconn.edu
Тема a little patch to contrib/spi/refint.c
Дата
Msg-id m2btwa7o4f.fsf@strawberry.uconn.edu
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] pgsql and threads don't match
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Re: [PORTS] v6.3 release ToDo list and supported ports