Skip to content

Compile repmgr3 for PG11

DJ Mountney requested to merge pg11-repmgr3 into master
  • Add modules_big to repmgr makefile

This was already set for the sql makefile used in repmgr's pg shared library. But was left unset for the repmgr and repmgrd binary compilation. PG11 adds a check to ensure this property is set, but repmgr overrides the all and install makefile jobs, so other than getting past the error message, this has very little other impact on the compilation.

Closes: #5039 (closed)

Merge request reports