You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle repeated inclusion for origin.h and avoid redefining the
RepOriginId typedef if it's already been defined by pglogical_output's
compat headers.
C89 doesn't allow typedef redefinition, though newer gcc is more
permissive and C11 will allow it. This would break on RHEL6 but
not newer platforms.
0 commit comments