Re: Start-scripts linux

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Darko Prenosil <Darko(dot)Prenosil(at)finteh(dot)hr>
Cc: Slawomir Sudnik <slawek(at)icpnet(dot)pl>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Start-scripts linux
Date: 2003-06-02 16:18:32
Message-ID: 200306021618.h52GIWR08944@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Got it and will merge the two. Thanks.

---------------------------------------------------------------------------

Darko Prenosil wrote:
> 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
> >
>
>
>

--
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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-02 16:52:59 Re: [INTERFACES] pygresql build/install problems: use setup.py?
Previous Message Bruce Momjian 2003-06-02 16:09:44 Re: Static snapshot data