pg_ctl.patch

text/plain

Filename: pg_ctl.patch
Type: text/plain
Part: 1
Message: A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/bin/pg_ctl/pg_ctl.sh 1 1
diff -uNr postgresql-7.1beta3/src/bin/pg_ctl/pg_ctl.sh postgresql-7.1beta3-fixed/src/bin/pg_ctl/pg_ctl.sh
--- postgresql-7.1beta3/src/bin/pg_ctl/pg_ctl.sh	Sat Jan  6 19:03:36 2001
+++ postgresql-7.1beta3-fixed/src/bin/pg_ctl/pg_ctl.sh	Sat Jan 27 13:24:45 2001
@@ -141,7 +141,7 @@
 	    ;;
 	-o)
 	    shift
-	    POSTOPTS="$1"
+	    POSTOPTS="$POSTOPTS $1"
 	    ;;
 	-*)
 	    echo "$CMDNAME: invalid option: $1" 1>&2