On Mon, Sep 12, 2022 at 09:51:32AM +0200, Daniel Gustafsson wrote:
> Sure, go for it.
Thanks. Done, then, after an extra look.
--
Michael
signature.asc
Description: PGP signature
> On 12 Sep 2022, at 09:33, Michael Paquier wrote:
> I have double-checked the whole code of pg_upgrade, and I am not seeing
> another
> area to fix, so 0001 looks fine to me. This one is on me, so I guess that I'd
> like to take care of it myself.
Sure, go for it.
--
Daniel Gustafsson
On Fri, Sep 09, 2022 at 11:07:41AM -0500, Justin Pryzby wrote:
> On Wed, Aug 31, 2022 at 04:41:24PM +0200, Daniel Gustafsson wrote:
> > > On 31 Aug 2022, at 15:59, Tom Lane wrote:
> > >
> > > Daniel Gustafsson writes:
> > >> Commit 38bfae36526 moved the .txt files pg_upgrade generates to a
> >
On Wed, Aug 31, 2022 at 04:41:24PM +0200, Daniel Gustafsson wrote:
> > On 31 Aug 2022, at 15:59, Tom Lane wrote:
> >
> > Daniel Gustafsson writes:
> >> Commit 38bfae36526 moved the .txt files pg_upgrade generates to a separate
> >> subdir, but there are a few left which are written to cwd. The
> On 31 Aug 2022, at 15:59, Tom Lane wrote:
>
> Daniel Gustafsson writes:
>> Commit 38bfae36526 moved the .txt files pg_upgrade generates to a separate
>> subdir, but there are a few left which are written to cwd. The thread
>> resulting in that patch doesn't discuss these files specifically so
Daniel Gustafsson writes:
> Commit 38bfae36526 moved the .txt files pg_upgrade generates to a separate
> subdir, but there are a few left which are written to cwd. The thread
> resulting in that patch doesn't discuss these files specifically so it seems
> they are just an oversight. Unless I'm mi