summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/psql/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index 1c9d2d326b8..6a3d941e802 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -2615,7 +2615,7 @@ static bool
do_watch(PQExpBuffer query_buf, long sleep)
{
printQueryOpt myopt = pset.popt;
- char title[50];
+ char title[256];
if (!query_buf || query_buf->len <= 0)
{