Changes on explain.depesz.com

Recently got two bug reports:

  • plans with “COSTS OFF" do not parse, and error out (bugreport by Marc Dean Jr)
  • WorkTable Scan is not properly parsed (bugreport by Ivan Vergiliev)

Additionally, I was kinda upset because plans that include trigger calls did not display properly.

All of this has been fixed today:

Continue reading Changes on explain.depesz.com

New shell_util to watch output in multiple tmux panes at once

I assume most of you are familiar with watch program. If not – it shows, periodically, output of a command.

I was missing similar functionality for tmux, especially when I have multiple windows/panes.

So I wrote tmux_watch_many.

How to use it?

Continue reading New shell_util to watch output in multiple tmux panes at once