Re: some question about _bt_getbuf

2018-06-26 Thread Kyotaro HORIGUCHI
Hello, thank you for reprising this thread. This issue is technically disucssed in the thread Tom suggested upthread. https://www.postgresql.org/message-id/flat/2628.1474272158%40localhost At Tue, 26 Jun 2018 08:09:18 +, "Imai, Yoshikazu" wrote in <0F97FA9ABBDBE54F91744A9B37151A5116E4DD@g

Re: some question about _bt_getbuf

2018-05-14 Thread Tom Lane
=?GBK?B?19S8ug==?= writes: > i run test using pg10.0 on my machine, and the program crashed on _bt_getbuf. > And i found the following code: > the routine _bt_page_recyclable say maybe the page is all-zero page, if so > then the code run (BTPageOpaque) PageGetSpecialPointer(page); it will be > fa