Re: Postgresql13_beta1 (could not rename temporary statistics file)Windows 64bits - Mailing list pgsql-hackers

From Ranier Vilela
Subject Re: Postgresql13_beta1 (could not rename temporary statistics file)Windows 64bits
Date
Msg-id CAEudQAoN4Jg4Q2VdmJBWDu_8YCNrrxO0s8YCJ586im+sMVA5HA@mail.gmail.com
Whole thread Raw
In response to Re: Postgresql13_beta1 (could not rename temporary statistics file)Windows 64bits  (Ranier Vilela <ranier.vf@gmail.com>)
Responses Re: Postgresql13_beta1 (could not rename temporary statistics file)Windows 64bits  (Ranier Vilela <ranier.vf@gmail.com>)
List pgsql-hackers
Attached a log.

I hacked dirmod.c (pgrename), to print GetLastError();

MoveFIleEx from: pg_stat_tmp/global.tmp
MoveFIleEx to: pg_stat_tmp/global.stat
MoveFIleEx win32 error code 5

regards,
Ranier Vilela
Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parallel Seq Scan vs kernel read ahead
Next
From: Fujii Masao
Date:
Subject: Re: Review for GetWALAvailability()