diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 4575e2e796..62ea0440ef 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 (;;)