pg_filedump doesn't compile with v10 sources

From: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_filedump doesn't compile with v10 sources
Date: 2017-06-26 06:55:45
Message-ID: 9098b612-1d90-3e20-571a-e4ba96acb5a7@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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

[centos(at)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(at)centos-cpula pg_filedump]$

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Sharma 2017-06-26 07:02:10 Re: pg_filedump doesn't compile with v10 sources
Previous Message Amit Langote 2017-06-26 06:54:07 Re: Setting pd_lower in GIN metapage