sync ports with The Matrix
This commit is contained in:
parent
9d4d2e721a
commit
79bc6d9d97
846 changed files with 10693 additions and 8131 deletions
|
@ -9,6 +9,7 @@ VERSION= 15.4
|
|||
PREV_MAJOR= 14
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
PKGNAME-main= postgresql-client-${VERSION}
|
||||
REVISION-server=0
|
||||
|
||||
DPB_PROPERTIES= parallel
|
||||
|
||||
|
|
31
databases/postgresql/patches/patch-src_bin_initdb_initdb_c
Normal file
31
databases/postgresql/patches/patch-src_bin_initdb_initdb_c
Normal file
|
@ -0,0 +1,31 @@
|
|||
Use rcctl in initdb instructions if using the path that the rc.d
|
||||
script handles.
|
||||
|
||||
Index: src/bin/initdb/initdb.c
|
||||
--- src/bin/initdb/initdb.c.orig
|
||||
+++ src/bin/initdb/initdb.c
|
||||
@@ -3152,6 +3152,16 @@ main(int argc, char *argv[])
|
||||
|
||||
if (!noinstructions)
|
||||
{
|
||||
+ if (strcmp(pgdata_native, "/var/postgresql/data") == 0)
|
||||
+ {
|
||||
+ printf("\nSuccess. You can now start the database server using:\n\n"
|
||||
+ " rcctl start postgresql\n\n"
|
||||
+ "To start the PostgreSQL server automatically at boot:\n\n"
|
||||
+ " rcctl enable postgresql\n\n"
|
||||
+ );
|
||||
+ }
|
||||
+ else
|
||||
+ {
|
||||
/*
|
||||
* Build up a shell command to tell the user how to start the server
|
||||
*/
|
||||
@@ -3183,6 +3193,7 @@ main(int argc, char *argv[])
|
||||
start_db_cmd->data);
|
||||
|
||||
destroyPQExpBuffer(start_db_cmd);
|
||||
+ }
|
||||
}
|
||||
|
||||
|
|
@ -2,7 +2,7 @@ COMMENT = database designed to make SQL scalable for time-series data
|
|||
|
||||
GH_ACCOUNT = timescale
|
||||
GH_PROJECT = timescaledb
|
||||
GH_TAGNAME = 2.10.0
|
||||
GH_TAGNAME = 2.11.2
|
||||
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = https://www.timescale.com/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (timescaledb-2.10.0.tar.gz) = LmqEi2cm7DeAS+PBmNuZRSbAfwSfuxo5D/njSfxuH5c=
|
||||
SIZE (timescaledb-2.10.0.tar.gz) = 7410903
|
||||
SHA256 (timescaledb-2.11.2.tar.gz) = rMpfbsVoRyI3TuzpL3PXdjvRcQdQdP0ua9AkS9qfvCU=
|
||||
SIZE (timescaledb-2.11.2.tar.gz) = 7728399
|
||||
|
|
|
@ -17,6 +17,12 @@ share/postgresql/extension/timescaledb--2.0.1--${GH_TAGNAME}.sql
|
|||
share/postgresql/extension/timescaledb--2.0.2--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.1.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.1.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.10.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.10.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.10.2--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.10.3--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.11.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.11.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue