Skip to content

Release to fix modularity/rhscl issues

Compare
Choose a tag to compare
@praiskup praiskup released this 28 Feb 14:19
· 30 commits to master since this release
  • postgresql-setup prints warning about possible glibc collation on
    successful upgrade.

  • postgresql-setup creates correct 'log_directory' based on PG version
    (the default changed from $datadir/pg_log to $datadir/log in v10).

  • Modular PostgreSQL builds can provide/depend on
    postgresql-server(:MODULE_COMPAT_11<some_suffix>) instead of
    postgresql-server(:MODULE_COMPAT_11) to avoid clash with non-modular
    builds.

  • Fixed ExecStart= statement in systemd's service files for Software
    Collections where we need to first do source scl_source COLLECTION ;
    before we execute postmaster.