> On 28 Jan 2026, at 10:47, Amit Kapila <[email protected]> wrote: > > Do let me know if you could think of gathering any other information > which can be of help here. Interestingly, increasing timeout in pgrename() to 500 seconds fixes "Windows - Server 2022, VS 2019 - Meson & ninja ", but does not fix "Windows - Server 2022, VS 2019 - Meson & ninja". diff --git a/src/port/dirmod.c b/src/port/dirmod.c index 467b50d6f09..da38e37aa45 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -88,7 +88,7 @@ pgrename(const char *from, const char *to) return -1; #endif - if (++loops > 100) /* time out after 10 sec */ + if (++loops > 5000) /* time out after 10 sec */ return -1; pg_usleep(100000); /* us */ } Best regards, Andrey Borodin.
- Re: pgsql: Prevent invalidation of newly synced replication... Thomas Munro
- Re: pgsql: Prevent invalidation of newly synced replic... Andres Freund
- Re: pgsql: Prevent invalidation of newly synced re... Robert Haas
- Re: pgsql: Prevent invalidation of newly synce... Robert Haas
- Re: pgsql: Prevent invalidation of newly s... Amit Kapila
- Re: pgsql: Prevent invalidation of ne... Andrey Borodin
- Re: pgsql: Prevent invalidation of ne... Amit Kapila
- Re: pgsql: Prevent invalidation o... Amit Kapila
- Re: pgsql: Prevent invalidation o... Robert Haas
- Re: pgsql: Prevent invalidation o... Amit Kapila
- Re: pgsql: Prevent invalidation o... Andres Freund
- Re: pgsql: Prevent invalidation o... Andrey Borodin
- Re: pgsql: Prevent invalidation o... Amit Kapila
- Re: pgsql: Prevent invalidation of newly synce... Andres Freund
- Re: pgsql: Prevent invalidation of newly s... Amit Kapila
- Re: pgsql: Prevent invalidation of newly s... Greg Burd
