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 4575e2e796a..62ea0440efa 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 (;;)