]> granicus.if.org Git - postgresql/commit
Widen buffer for headers in psql's \watch command.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Jun 2016 23:35:39 +0000 (19:35 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Jun 2016 23:35:39 +0000 (19:35 -0400)
commit455812da4820b21c938fac840c17e68d4ec856a9
tree73b26c1e96ef2aceee52e26052aa57a8d07b8249
parente5bdaa127be617c7c4d49e1bb8960d002918f96d
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>
src/bin/psql/command.c