| От | Justin Pryzby |
|---|---|
| Тема | Re: Avoiding smgrimmedsync() during nbtree index builds |
| Дата | |
| Msg-id | 20220113155255.GH14051@telsasoft.com обсуждение исходный текст |
| Ответ на | Re: Avoiding smgrimmedsync() during nbtree index builds (Melanie Plageman <melanieplageman@gmail.com>) |
| Ответы |
Re: Avoiding smgrimmedsync() during nbtree index builds
|
| Список | pgsql-hackers |
On Tue, Jan 11, 2022 at 12:10:54PM -0500, Melanie Plageman wrote: > On Mon, Jan 10, 2022 at 5:50 PM Melanie Plageman <melanieplageman@gmail.com> wrote: > > > > I have attached a v3 which includes two commits -- one of which > > implements the directmgr API and uses it and the other which adds > > functionality to use either directmgr or bufmgr API during index build. > > > > Also registering for march commitfest. > > Forgot directmgr.h. Attached v4 Thanks - I had reconstructed it first ;) I think the ifndef should be outside the includes: > +++ b/src/include/storage/directmgr.h .. > +#include "access/xlogdefs.h" .. > +#ifndef DIRECTMGR_H > +#define DIRECTMGR_H This is failing on windows CI when I use initdb --data-checksums, as attached. https://cirrus-ci.com/task/5612464120266752 https://api.cirrus-ci.com/v1/artifact/task/5612464120266752/regress_diffs/src/test/regress/regression.diffs +++ c:/cirrus/src/test/regress/results/bitmapops.out 2022-01-13 00:47:46.704621200 +0000 .. +ERROR: could not read block 0 in file "base/16384/30310": read only 0 of 8192 bytes -- Justin
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера