Skip to content
mikecaat edited this page Dec 6, 2022 · 10 revisions

Welcome to the pg_hint_plan wiki!

How to create rpms

  • create environments for rpmbuild
  • start postgresql server of target version
  • make
  • make installcheck
  • make rpm${MAJOR_VERSION} # ex. make rpm15. You can see the rpm files in ($TOP)/RPMS/x86_64
Clone this wiki locally