UPDATE: databases/postgresql 16.3 -> 17.2
This commit is contained in:
parent
aa902ba334
commit
bf0e63c942
8 changed files with 74 additions and 80 deletions
|
@ -4,7 +4,7 @@ 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[])
|
||||
@@ -3502,6 +3502,16 @@ main(int argc, char *argv[])
|
||||
|
||||
if (!noinstructions)
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ Index: src/bin/initdb/initdb.c
|
|||
/*
|
||||
* Build up a shell command to tell the user how to start the server
|
||||
*/
|
||||
@@ -3183,6 +3193,7 @@ main(int argc, char *argv[])
|
||||
@@ -3533,6 +3543,7 @@ main(int argc, char *argv[])
|
||||
start_db_cmd->data);
|
||||
|
||||
destroyPQExpBuffer(start_db_cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue