Re: Start-scripts linux

From: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Slawomir Sudnik" <slawek(at)icpnet(dot)pl>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Start-scripts linux
Date: 2003-06-01 16:18:38
Message-ID: 002001c32859$7a77fc70$9b8abfd5@darko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce, please see the mail that I send few days before to HACKERS
explaining that linux startup script does not work correctly with "restart"
option. Maybe this is the right time to fix it.
Yes, it is my fault that I did not make patch, but I send the correction to
"HACKERS".
Regards !

----- Original Message -----
From: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Slawomir Sudnik" <slawek(at)icpnet(dot)pl>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Sent: Monday, June 02, 2003 3:47 PM
Subject: Re: [PATCHES] Start-scripts linux

>
> Your patch has been added to the PostgreSQL unapplied patches list at:
>
> http://momjian.postgresql.org/cgi-bin/pgpatches
>
> I will try to apply it within the next 48 hours.
>
> --------------------------------------------------------------------------
-
>
>
> Slawomir Sudnik wrote:
> > Hi,
> >
> > this trivial patch adding option "reload".
> >
> > Regards,
> >
> > Slawek
> >
> > Index: linux
> > ===================================================================
> > RCS file: /projects/cvsroot/pgsql-server/contrib/start-scripts/linux,v
> > retrieving revision 1.3
> > diff -r1.3 linux
> > 84a85,89
> > > reload)
> > > echo -n "Reload PostgreSQL: "
> > > su - $PGUSER -c "$DAEMON reload -D '$PGDATA' -s"
> > > echo "ok"
> > > ;;
> > 87c92
> > < echo "Usage: $0 {start|stop|restart|status}" 1>&2
> > ---
> > > echo "Usage: $0 {start|stop|restart|status|reload}" 1>&2
> >
> >
> > --------------------------------------------
> > Slawomir Sudnik e-mail:slawek(at)icpnet(dot)pl
> > --------------------------------------------
> >
> >
> >
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania
19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2003-06-01 16:19:58 Re: array support patch phase 1 patch
Previous Message Tom Lane 2003-06-01 16:13:14 Re: array support patch phase 1 patch