Re: SLRUs in the main buffer pool - Page Header definitions

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: SLRUs in the main buffer pool - Page Header definitions
Дата
Msg-id 20230207202019.mhovw7aopjy3bile@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: SLRUs in the main buffer pool - Page Header definitions  ("Bagga, Rishu" <bagrishu@amazon.com>)
Ответы Re: SLRUs in the main buffer pool - Page Header definitions  ("Bagga, Rishu" <bagrishu@amazon.com>)
Список pgsql-hackers
Hi,

On 2023-02-06 19:12:47 +0000, Bagga, Rishu wrote:
> Rebased patch as per latest community changes since last email. 

This version doesn't actually build.

https://cirrus-ci.com/task/4512310190931968

[19:43:20.131] FAILED: src/test/modules/test_slru/test_slru.so.p/test_slru.c.o 
[19:43:20.131] ccache cc -Isrc/test/modules/test_slru/test_slru.so.p -Isrc/include -I../src/include
-Isrc/include/catalog-Isrc/include/nodes -Isrc/include/utils -Isrc/include/storage -fdiagnostics-color=always -pipe
-D_FILE_OFFSET_BITS=64-Wall -Winvalid-pch -g -fno-strict-aliasing -fwrapv -fexcess-precision=standard -D_GNU_SOURCE
-Wmissing-prototypes-Wpointer-arith -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3
-Wcast-function-type-Wshadow=compatible-local -Wformat-security -Wdeclaration-after-statement -Wno-format-truncation
-Wno-stringop-truncation-fPIC -pthread -fvisibility=hidden -MD -MQ
src/test/modules/test_slru/test_slru.so.p/test_slru.c.o-MF src/test/modules/test_slru/test_slru.so.p/test_slru.c.o.d -o
src/test/modules/test_slru/test_slru.so.p/test_slru.c.o-c ../src/test/modules/test_slru/test_slru.c
 
[19:43:20.131] ../src/test/modules/test_slru/test_slru.c:47:8: error: unknown type name ‘SlruCtlData’
[19:43:20.131]    47 | static SlruCtlData TestSlruCtlData;
[19:43:20.131]       |        ^~~~~~~~~~~
[19:43:20.131] ../src/test/modules/test_slru/test_slru.c:57:19: error: unknown type name ‘SlruCtl’
[19:43:20.131]    57 | test_slru_scan_cb(SlruCtl ctl, char *filename, int segpage, void *data)
[19:43:20.131]       |                   ^~~~~~~

...

Andres



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pglz compression performance, take two
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Data is copied twice when specifying both child and parent table in publication