Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.5 build error #4

Closed
devrimgunduz opened this issue Jul 9, 2015 · 0 comments
Closed

9.5 build error #4

devrimgunduz opened this issue Jul 9, 2015 · 0 comments

Comments

@devrimgunduz
Copy link

Hi,

I'm getting this while building 1.0.0 against PostgreSQL 9.5:

  • make USE_PGXS=1 -j3
    pgespresso.c: In function 'pgespresso_start_backup':
    pgespresso.c:85:3: error: too few arguments to function 'do_pg_start_backup'
    do_pg_start_backup(backupidstr, fast, NULL, &labelfile);
    ^
    In file included from pgespresso.c:22:0:
    /usr/pgsql-9.5/include/server/access/xlog.h:275:19: note: declared here
    extern XLogRecPtr do_pg_start_backup(const char backupidstr, bool fast,
    ^
    make[1]: *
    * [pgespresso.o] Error 1

Regards, Devrim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant