summaryrefslogtreecommitdiff
path: root/databases/postgresql15-server/files/postgresql.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/postgresql*-server: require mountlate in rc.d scriptsDmitry Marakasov2022-11-151-1/+1
| | | | | | | | | | | PostgreSQL server may use late-mounted filesystems, so require these in rc.d scripts. Real life example is when /tmp is late-mounted tmpfs atop of ZFS, and if posgresql-server starts before mountlate, its socket which resides on /tmp is hidden under tmpfs which is mounted afterwards. PR: 267500 Approved by: maintainer timeout (pgsql, 2 weeks)
* postgresql??-server: fix regression in the rc scriptPalle Girgensohn2022-05-231-2/+2
| | | | | | | | | The rc script was converted to use a SUB_LIST variable, but I failed to introduce the variable correctly in the Makefile. [1] The plist for postgresql15-server was incorrect. Fixed this as well. PR: 264097 [1]
* databases/postgresql??-*: add postgresql-15 to the ports treePalle Girgensohn2022-05-191-0/+115
Introduce PostgreSQL-15 to the ports tree. Make version 15 the master port, and add plist parameter for the postgresql version. Release notes: https://www.postgresql.org/docs/devel/release.html