Re: tablespace_map code cleanup - Mailing list pgsql-hackers

From Robert Haas
Subject Re: tablespace_map code cleanup
Date
Msg-id CA+TgmoYZhRBAyya_yXd_7fx4-RyjtE2KvGNMN0LUg737+-9a1g@mail.gmail.com
Whole thread Raw
In response to Re: tablespace_map code cleanup  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: tablespace_map code cleanup
List pgsql-hackers
On Wed, May 13, 2020 at 10:43 PM Kyotaro Horiguchi
<horikyota.ntt@gmail.com> wrote:
> About 0002,
>
> +                               bool    sendtblspclinks = true;
>
> The boolean seems to me useless since it is always the inverse of
> opt->sendtblspcmapfile when it is used.

Well, I think it might have some documentation value, to clarify that
whether or not we send tablespace links is the opposite of whether we
send the tablespace map file.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Mahendra Singh Thalor
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions
Next
From: Ashutosh Bapat
Date:
Subject: Re: Make the qual cost on index Filter slightly higher than qual coston index Cond.