[HACKERS] pg_filedump doesn't compile with v10 sources

Поиск
Список
Период
Сортировка
От tushar
Тема [HACKERS] pg_filedump doesn't compile with v10 sources
Дата
Msg-id 9098b612-1d90-3e20-571a-e4ba96acb5a7@enterprisedb.com
обсуждение исходный текст
Ответы Re: [HACKERS] pg_filedump doesn't compile with v10 sources  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Список pgsql-hackers
Hi,

While trying to do - make of pg_filedump against v10 sources , getting 
an  errors

[centos@centos-cpula pg_filedump]$ make
cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing 
-fwrapv  -I/home/centos/pg10_/postgresql/src/include/ pg_filedump.c -c
pg_filedump.c: In function ‘FormatControl’:
pg_filedump.c:1650: error: ‘ControlFileData’ has no member named 
‘enableIntTimes’
make: *** [pg_filedump.o] Error 1
[centos@centos-cpula pg_filedump]$

-- 
regards,tushar
EnterpriseDB  https://www.enterprisedb.com/
The Enterprise PostgreSQL Company




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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [HACKERS] Setting pd_lower in GIN metapage
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: Re: [HACKERS] pg_filedump doesn't compile with v10 sources