Bug 213486 databases/pg_rman unbreak and update to 1.3.3

Kurt Jaeger lists at opsec.eu
Sun Mar 5 09:53:02 UTC 2017


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 at 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

-- 
pi at opsec.eu            +49 171 3101372                         3 years to go !


More information about the freebsd-ports mailing list