ayaports/backports/postgresql15/postgresql15.post-install

13 lines
214 B
Text
Raw Normal View History

2023-07-12 21:16:48 +00:00
#!/bin/sh
majorver=${1%%.*}
cat >&2 <<EOF
*
* If you want to use JIT in PostgreSQL, install postgresql$majorver-jit or
* postgresql-jit (if you didn't install specific major version of postgresql).
*
EOF
exit 0