Re: Preserve attstattarget on REINDEX CONCURRENTLY

From: Ronan Dunklau <ronan(at)dunklau(dot)fr>
To: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Preserve attstattarget on REINDEX CONCURRENTLY
Date: 2021-02-04 14:52:44
Message-ID: 80274775044a11f6f42af9c39640a055@dunklau.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Hmmm, that sure seems like a bug, or at least unexpected behavior (that
> I don't see mentioned in the docs).
>
> But the patch seems borked in some way:
>
> $ patch -p1 < ~/keep_attstattargets_on_reindex_concurrently.patch
> patch: **** Only garbage was found in the patch input.
>
> There seem to be strange escape characters and so on, how did you
> create
> the patch? Maybe some syntax coloring, or something?

You're right, I had syntax coloring in the output, sorry.

Please find attached a correct patch.

Regards,

--
Ronan Dunklau

Attachment Content-Type Size
keep_attstattargets_on_reindex_concurrently.patch text/x-diff 7.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2021-02-04 15:02:08 get rid of <foreignphrase> tags in the docs?
Previous Message Tomas Vondra 2021-02-04 14:46:50 Re: Preserve attstattarget on REINDEX CONCURRENTLY