From 4bce39fe94f9be6c18e2e17c96b098fd32c7ce07 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 5 Sep 1997 16:31:48 +0000
Subject: [PATCH] missing backslash.

---
 contrib/pginterface/pgwordcount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/pginterface/pgwordcount.c b/contrib/pginterface/pgwordcount.c
index 437f64a064a..f2d2d488fcf 100644
--- a/contrib/pginterface/pgwordcount.c
+++ b/contrib/pginterface/pgwordcount.c
@@ -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++;
-- 
GitLab