Widen buffer for headers in psql's \watch command.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 455812da4820b21c938fac840c17e68d4ec856a9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-06-15T23:35:39Z
Releases: 9.5.4
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.GA22965@postgresql.kr>

Files

PathChange+/−
src/bin/psql/command.c modified +1 −1