pgsql: Introduce BYTES unit for GUCs.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Introduce BYTES unit for GUCs.
Date: 2017-09-12 19:20:14
Message-ID: E1drqjG-0002M6-Tv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Introduce BYTES unit for GUCs.

This is already useful for track_activity_query_size, and will further
be used in a later commit making the WAL segment size configurable.

Author: Beena Emerson
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/CAOG9ApEu8bXVwBxkOO9J7ZpM76TASK_vFMEEiCEjwhMmSLiaqQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6e7baa322773ff8c79d4d8883c99fdeff5bfa679

Modified Files
--------------
src/backend/utils/misc/guc.c | 14 +++++++++-----
src/include/utils/guc.h | 1 +
2 files changed, 10 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-12 23:28:36 pgsql: Add psql variables to track success/failure of SQL queries.
Previous Message Bruce Momjian 2017-09-12 17:18:04 pgsql: docs: improve pg_upgrade rsync instructions