backports/postgresql15: new aport

This commit is contained in:
Antoine Martin 2023-07-12 17:16:48 -04:00
parent 31a53678e1
commit 0ade28bd8d
Signed by: forge
GPG key ID: D62A472A4AA7D541
18 changed files with 3124 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#!/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