Re: Modernizing our GUC infrastructure - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Modernizing our GUC infrastructure
Date
Msg-id 3021867.1662432517@sss.pgh.pa.us
Whole thread Raw
In response to Re: Modernizing our GUC infrastructure  (Junwang Zhao <zhjwpku@gmail.com>)
Responses Re: Modernizing our GUC infrastructure
List pgsql-hackers
Junwang Zhao <zhjwpku@gmail.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



pgsql-hackers by date:

Previous
From: Junwang Zhao
Date:
Subject: Re: Modernizing our GUC infrastructure
Next
From: Jaime Casanova
Date:
Subject: pg_publication_tables show dropped columns