diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 4575e2e796a2c783acacce94a24770fc310136f7..62ea0440efad393b512c483de47fe12b8d74226b 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -2868,7 +2868,6 @@ do_watch(PQExpBuffer query_buf, long sleep) * Set up rendering options, in particular, disable the pager, because * nobody wants to be prompted while watching the output of 'watch'. */ - myopt.nullPrint = NULL; myopt.topt.pager = 0; for (;;)