pgsql: Support TB (terabyte) memory unit in GUC variables.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support TB (terabyte) memory unit in GUC variables.
Date: 2013-06-19 23:17:35
Message-ID: E1UpRd9-00043J-3m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support TB (terabyte) memory unit in GUC variables.

Patch by Simon Riggs, reviewed by Jeff Janes and me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bab54e383dd102001753366d3c124f706c7967dd

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
src/backend/utils/misc/guc.c | 26 +++++++++++++++++++++++--
src/backend/utils/misc/postgresql.conf.sample | 2 +-
3 files changed, 26 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-06-20 02:35:08 pgsql: initdb: Add blank line before output about checksums
Previous Message Bruce Momjian 2013-06-19 16:32:03 pgsql: Modernize entab source code