[HACKERS] pg_filedump doesn't compile with v10 sources - Mailing list pgsql-hackers

From tushar
Subject [HACKERS] pg_filedump doesn't compile with v10 sources
Date
Msg-id 9098b612-1d90-3e20-571a-e4ba96acb5a7@enterprisedb.com
Whole thread Raw
Responses Re: [HACKERS] pg_filedump doesn't compile with v10 sources  (Ashutosh Sharma <ashu.coek88@gmail.com>)
List 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 by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] Setting pd_lower in GIN metapage
Next
From: Ashutosh Sharma
Date:
Subject: Re: [HACKERS] pg_filedump doesn't compile with v10 sources