mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
missing backslash.
This commit is contained in:
@ -60,7 +60,7 @@ int main(int argc, char **argv)
|
||||
else
|
||||
sprintf(query,"\
|
||||
UPDATE words \
|
||||
SET matches = matches + 1
|
||||
SET matches = matches + 1 \
|
||||
WHERE word = '%s'", line);
|
||||
doquery(query);
|
||||
row++;
|
||||
|
Reference in New Issue
Block a user