Re: Fractions in GUC variables

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: John Gorman <johngorman2(at)gmail(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fractions in GUC variables
Date: 2014-12-16 01:23:39
Message-ID: 548F899B.9040206@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/7/14, 1:48 PM, John Gorman wrote:
> This patch implements the first wiki/Todo Configuration Files item "Consider normalizing fractions in postgresql.conf, perhaps using '%'".

FWIW, I've reviewed this (should have read the thread first :/). It looks clean, passes make check and works as advertised. I also looked at what config options were set to be % and they make sense. Looking for .[0-9] in postgresql.conf, the only GUCs I saw where % didn't make sense was the two geco GUCs Heikki mentioned.

One thing I don't like is the need to wrap a %-based SET in quotes, but we need to do that for all GUCs that include units, so presumably there's no good way around it.
--
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2014-12-16 01:26:50 Re: pg_rewind in contrib
Previous Message Peter Geoghegan 2014-12-16 01:05:33 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}