aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/psql/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index 9b7f241fd40..2e893599081 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -2754,7 +2754,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 (;;)