pgsql: Try to ensure that stats collector's receive buffer size is at l

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try to ensure that stats collector's receive buffer size is at l
Date: 2017-05-30 00:28:07
Message-ID: E1dFV15-0003jj-A4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to ensure that stats collector's receive buffer size is at least 100KB.

Back-patch of commit 8b0b6303e991079726e83d17401405e94da11564.

Discussion: https://postgr.es/m/22173.1494788088@sss.pgh.pa.us

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/82f8c21e06b3d4370944ffd1ba2005f1c488183f

Modified Files
--------------
src/backend/postmaster/pgstat.c | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-30 01:48:35 pgsql: Fix improper quoting of format_type_be() output.
Previous Message Tom Lane 2017-05-29 23:29:52 pgsql: Fix thinko in JsObjectSize() macro.