postgresql: update to version 12.4
[feed/packages.git] / libs / postgresql / patches / 900-pg_ctl-setuid.patch
index 346d08b71060381165f35457c57826ef9cd6dee6..48575777cd4d7b574ae87c2295eb6c665f62fda7 100644 (file)
@@ -8,7 +8,7 @@
  static char *argv0 = NULL;
  static bool allow_core_files = false;
  static time_t start_time;
-@@ -2047,6 +2048,9 @@ do_help(void)
+@@ -2082,6 +2083,9 @@ do_help(void)
  #endif
        printf(_("  -s, --silent           only print errors, no informational messages\n"));
        printf(_("  -t, --timeout=SECS     seconds to wait when using -w option\n"));
@@ -18,7 +18,7 @@
        printf(_("  -V, --version          output version information, then exit\n"));
        printf(_("  -w, --wait             wait until operation completes (default)\n"));
        printf(_("  -W, --no-wait          do not wait until operation completes\n"));
-@@ -2259,6 +2263,7 @@ main(int argc, char **argv)
+@@ -2294,6 +2298,7 @@ main(int argc, char **argv)
                {"options", required_argument, NULL, 'o'},
                {"silent", no_argument, NULL, 's'},
                {"timeout", required_argument, NULL, 't'},
@@ -26,7 +26,7 @@
                {"core-files", no_argument, NULL, 'c'},
                {"wait", no_argument, NULL, 'w'},
                {"no-wait", no_argument, NULL, 'W'},
-@@ -2299,20 +2304,6 @@ main(int argc, char **argv)
+@@ -2334,20 +2339,6 @@ main(int argc, char **argv)
                }
        }
  
@@ -47,7 +47,7 @@
  
        env_wait = getenv("PGCTLTIMEOUT");
        if (env_wait != NULL)
-@@ -2399,11 +2390,15 @@ main(int argc, char **argv)
+@@ -2434,11 +2425,15 @@ main(int argc, char **argv)
                                        wait_seconds_arg = true;
                                        break;
                                case 'U':
@@ -63,7 +63,7 @@
                                        break;
                                case 'w':
                                        do_wait = true;
-@@ -2485,6 +2480,41 @@ main(int argc, char **argv)
+@@ -2520,6 +2515,41 @@ main(int argc, char **argv)
                exit(1);
        }