]> granicus.if.org Git - postgresql/commit
Remove bogus set_ps_display call --- changing displayed status here is
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2001 04:28:31 +0000 (04:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2001 04:28:31 +0000 (04:28 +0000)
commit58c4ab9d6265102d949a0d9035e48a752b3b457f
tree2ee582f84958a642ab5f49a34c90c9893838db9b
parent81ff09eeb56ea2eba81632d9432240a237ca1047
Remove bogus set_ps_display call --- changing displayed status here is
either wrong or unnecessary in most cases, and on systems where setting
status takes a kernel call, the overhead of setting status three times
per command rather than two is annoying.
src/backend/tcop/postgres.c