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

Welcome to the pg_hint_plan wiki!

How to create rpms

  • install rpmbuild
  • start postgresql server of target version
  • build
sudo make install
  • tests
su - postgres
make installcheck
  • make rpm files
su - postgres
make rpms
ls RPMS/x86_64/*  # You can see the rpm files
Clone this wiki locally