Re: [Win32] Problem with rename()
От
Peter Brant
Тема
Re: [Win32] Problem with rename()
Дата
Msg-id
4444EA7B020000BE00002F76@gwmta.wicourts.gov
Ответ на
Re: [Win32] Problem with rename() (Tom Lane)
Список
Дерево обсуждения
Re: [Win32] Problem with rename() "Qingqing Zhou" <zhouqq@cs.toronto.edu>
Does that also explain why an attempt to make a new connection just hangs? One other thing regarding that is that connection attempt seems to kinda, sorta succeed. It never makes it as far as a command prompt, but on the "stop -m immediate", psql does print the "HINT: In a moment you should be able to reconnect to the database and repeat your command.", etc. log messages. Pete >>> Tom Lane 04/18/06 8:03 pm >>> I looked into this and found out that in fact, InstallXLogFileSegment holds the ControlFileLock while trying to rename the WAL segment file. It does this specifically as an interlock against someone else trying to create the same new WAL segment name. So once the system runs out of already-created WAL segments, XLogFileInit hangs up on the lock, and then anything that wants to generate WAL entries is blocked.
В списке pgsql-bugs по дате отправления