Hi!
> > Is
> > there a committer that would take a look at it and see if there are changes
> > that were needed to commit it? I'd appreciate it.
> >
> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213486
>
> testbuild@work.
Two build problems:
init.c:87:51: error: too many arguments to function call, expected 2, have 3
controlFile = get_controlfile(pgdata, "pg_rman", &crc_ok);
~~~~~~~~~~~~~~~ ^~~~~~~
/usr/local/include/postgresql/server/common/controldata_utils.h:15:1: note:
'get_controlfile' declared here
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
^
1 error generated.
backup.c:872:51: error: too many arguments to function call, expected 2, have 3
controlFile = get_controlfile(pgdata, "pg_rman", &crc_ok);
~~~~~~~~~~~~~~~ ^~~~~~~
/usr/local/include/postgresql/server/common/controldata_utils.h:15:1: note:
'get_controlfile' declared here
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
^
gmake[1]: *** [<builtin>: init.o] Error 1
--
[email protected] +49 171 3101372 3 years to go !
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"