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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Widen buffer for headers in psql's \watch command.
Date: 2016-06-15 23:36:26
Message-ID: E1bDKME-0007Ou-FU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)GA22965(at)postgresql(dot)kr>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/455812da4820b21c938fac840c17e68d4ec856a9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-06-16 01:22:24 Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Previous Message Tom Lane 2016-06-15 23:31:30 pgsql: Use strftime("%c") to format timestamps in psql's \watch command