Re: Modernizing our GUC infrastructure

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Modernizing our GUC infrastructure
Date: 2022-09-06 03:02:30
Message-ID: CAEG8a3+bMvNby6-YdGiooU9hdWv8qXZ44BAZDWoyO=4itNbQ7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ah, yes, that makes sense ;)

On Tue, Sep 6, 2022 at 10:48 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Junwang Zhao <zhjwpku(at)gmail(dot)com> writes:
> > /*
> > - * Create table with 20% slack
> > + * Create hash table with 20% slack
> > */
> > size_vars = num_vars + num_vars / 4;
>
> > Should we change 20% to 25%, I thought that might be
> > a typo.
>
> No ... 20% of the allocated space is spare.
>
> regards, tom lane

--
Regards
Junwang Zhao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-09-06 03:13:02 Re: pg_publication_tables show dropped columns
Previous Message Jaime Casanova 2022-09-06 02:49:45 pg_publication_tables show dropped columns