Widen buffer for headers in psql's \watch command.
authorTom Lane
Wed, 15 Jun 2016 23:35:39 +0000 (19:35 -0400)
committerTom Lane
Wed, 15 Jun 2016 23:36:01 +0000 (19:36 -0400)
commit832c3f9328949b31f9548a60c85a73f79fbe2d3f
treec503ef6e3abd2624e5d59a95311c38c787422c68
parentf475fe3538858650aaf55fcc20c3e71a74e0fd56
Widen buffer for headers in psql's \watch command.

This is to make sure there's enough room for translated versions of
the message.  HEAD's already addressed this issue, but back-patch a
simple increase in the array size.

Discussion: <20160612145532[email protected]>
src/bin/psql/command.c