Re: [COMMITTERS] pgsql: Revert "commit_delay" change; just add comment that we don't hav - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Revert "commit_delay" change; just add comment that we don't hav
Date
Msg-id 2221.1345037978@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Revert "commit_delay" change; just add comment that we don't hav  (Peter Geoghegan <peter@2ndquadrant.com>)
Responses Re: [COMMITTERS] pgsql: Revert "commit_delay" change; just add comment that we don't hav
List pgsql-hackers
Peter Geoghegan <peter@2ndquadrant.com> writes:
> Why does commit_delay have to be an integer? Can't we devise a way of
> manipulating it in units of milliseconds, but have the internal
> representation be a double, as with pg_stat_statements' total_time
> column?

If you wanted to re-implement all the guc.c logic for supporting
unit-ified values such that it would also work with floats, we could
do that.  It seems like way more mechanism than the problem is worth
however.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Marko Kreen
Date:
Subject: Re: sha1, sha2 functions into core?
Next
From: Tom Lane
Date:
Subject: Re: sha1, sha2 functions into core?