backports/postgresql15: new aport
This commit is contained in:
parent
31a53678e1
commit
0ade28bd8d
18 changed files with 3124 additions and 0 deletions
12
backports/postgresql15/postgresql15.post-install
Normal file
12
backports/postgresql15/postgresql15.post-install
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue