pgsql: Widen buffer for headers in psql's \watch command. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Widen buffer for headers in psql's \watch command.
Date
Msg-id E1bDKME-0007Ow-Fb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/01384f7bd55f220107eca5f96986aaf98ec061af

Modified Files
--------------
src/bin/psql/command.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use strftime("%c") to format timestamps in psql's \watch command
Next
From: Tom Lane
Date:
Subject: pgsql: Widen buffer for headers in psql's \watch command.