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

PG 17 compatibility #478

Closed
Deltaus opened this issue Jun 4, 2024 · 6 comments
Closed

PG 17 compatibility #478

Deltaus opened this issue Jun 4, 2024 · 6 comments

Comments

@Deltaus
Copy link

Deltaus commented Jun 4, 2024

Hi there,

Postgres 17beta1 has been released by community, and current version does not support that. May I know when we can have the 17 supported version published? Thanks!

current build error

make[1]: *** [pglogical_repset.o] Error 1
make[1]: *** [pglogical_executor.o] Error 1
In file included from pglogical_worker.h:18:0,
                 from pglogical_sync.c:69:
pglogical.h:28:10: fatal error: pglogical_compat.h: No such file or directory
 #include "pglogical_compat.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from pglogical_proto_native.h:20:0,
                 from pglogical_conflict.h:22,
                 from pglogical_apply.c:63:
pglogical_output_plugin.h:20:10: fatal error: pglogical_compat.h: No such file or directory
 #include "pglogical_compat.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from pglogical_proto_native.h:20:0,
                 from pglogical_conflict.h:22,
                 from pglogical.c:56:
pglogical_output_plugin.h:20:10: fatal error: pglogical_compat.h: No such file or directory
 #include "pglogical_compat.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from pglogical_proto_native.h:20:0,
                 from pglogical_conflict.h:22,
                 from pglogical_apply_heap.c:63:
pglogical_output_plugin.h:20:10: fatal error: pglogical_compat.h: No such file or directory
 #include "pglogical_compat.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [pglogical_sync.o] Error 1
In file included from pglogical_worker.h:18:0,
                 from pglogical_functions.c:81:
pglogical.h:28:10: fatal error: pglogical_compat.h: No such file or directory
 #include "pglogical_compat.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [pglogical_apply.o] Error 1
make[1]: *** [pglogical.o] Error 1
make[1]: *** [pglogical_apply_heap.o] Error 1
make[1]: *** [pglogical_functions.o] Error 1
In file included from pglogical_worker.h:18:0,
                 from pglogical_worker.c:35:
pglogical.h:28:10: fatal error: pglogical_compat.h: No such file or directory
 #include "pglogical_compat.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [pglogical_worker.o] Error 1
@devrimgunduz
Copy link

+1

@devrimgunduz
Copy link

ping

@Deltaus
Copy link
Author

Deltaus commented Aug 12, 2024

@devrimgunduz just for context, the author said he'd merge in patch for pg17 this week.

@devrimgunduz
Copy link

@devrimgunduz just for context, the author said he'd merge in patch for pg17 this week.

Thanks!

@eulerto
Copy link
Contributor

eulerto commented Aug 14, 2024

@Deltaus @devrimgunduz commit de737f7 fixed it.

@eulerto eulerto closed this as completed Aug 14, 2024
@devrimgunduz
Copy link

Hi,

I need a new release so that I can build the packages. I prefer not to carry a patch temporarily.

Thanks!

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

3 participants
-