]> 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:50 +0000 (19:35 -0400)
commit01384f7bd55f220107eca5f96986aaf98ec061af
treef056f497654478df750931cfb93fcb6a6a09cc1f
parentba6421808b61340a16df566beea0d6d81b10124c
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