Re: pgsql: Lower *_freeze_max_age minimum values.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Lower *_freeze_max_age minimum values.
Date: 2015-09-24 14:37:33
Message-ID: 26377.1443105453@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> Lower *_freeze_max_age minimum values.

Should this patch not have also touched the per-table limits in
reloptions.c?

Also, I went looking for documentation about the minimum allowed values,
and I found places in create_table.sgml that claim these variables can be
set to zero. You didn't break that with this patch, but it's still wrong.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-09-24 14:46:40 Re: pgsql: Lower *_freeze_max_age minimum values.
Previous Message Fujii Masao 2015-09-24 14:32:01 pgsql: Make pg_controldata report newest XID with valid commit timestam

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-09-24 14:46:40 Re: pgsql: Lower *_freeze_max_age minimum values.
Previous Message Andres Freund 2015-09-24 14:34:55 Re: Rework the way multixact truncations work