Content-Length: 257913 | pFad | http://github.com/postgrespro/postgres_cluster/commit/b59e20db1ac66e960d69a19a3bfd11e83c1d9eef

FE From: plh@opim.uconn.edu · postgrespro/postgres_cluster@b59e20d · GitHub
Skip to content

Commit b59e20d

Browse files
committed
From: plh@opim.uconn.edu
Missing = in an update
1 parent dde2b66 commit b59e20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/spi/refint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ check_foreign_key()
423423
sprintf(sql, "update %s set ", relname);
424424
for (i = 1; i <= nkeys; i++)
425425
{
426-
sprintf(sql + strlen(sql), "%s null%s",
426+
sprintf(sql + strlen(sql), "%s = null%s",
427427
args2[i], (i < nkeys) ? ", " : "");
428428
}
429429
strcat(sql, " where ");

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/b59e20db1ac66e960d69a19a3bfd11e83c1d9eef

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy