Re: [PG_UPGRADE] 9.6 to 10.5 - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: [PG_UPGRADE] 9.6 to 10.5
Date
Msg-id 20180810173555.GB22736@paquier.xyz
Whole thread Raw
In response to Re: [PG_UPGRADE] 9.6 to 10.5  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
On Fri, Aug 10, 2018 at 01:25:25PM -0400, Bruce Momjian wrote:
> I was going to do:
>
>     /* handle "shut down" and "shut down in recovery" (on standbys)
>     strncmp(p, "shut down", strlen("shut down"))
>
> but maybe yours is clearer.

Any method is fine for me.  I prefer mine as that's somewhat more
consistent with what happens in pg_rewind & co.  As that is your code,
feel free of course to use what you think is most suited ;)
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PG_UPGRADE] 9.6 to 10.5
Next
From: Peter Geoghegan
Date:
Subject: Re: BUG #15309: ERROR: catalog is missing 1 attribute(s) for relid760676 when max_parallel_maintenance_workers > 0