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

Welcome to the pg_hint_plan wiki!

How to create rpms

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