Re: A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Ryan Kirkpatrick <pgsql(at)rkirkpat(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Date: 2001-01-30 17:39:32
Message-ID: 200101301739.MAA17667@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> Just a few random bits and pieces that might be useful to someone
> else. They are:
>
> postgres-7-sparc.patch -> This is the same one I posted earlier to
> hackers and ports, forgot to post it to patches. This fixes the resultmap
> for sparc-linux so that all regression tests pass.

Already applied.

>
> postgresql -> This is a Linux distribution independent (or so I
> hope) init.d/rc.d script that makes use of pg_ctl. There is currently a
> few in ./contrib/linux of the pgsql source tree, but they are RedHat
> specific. This one is simple and self contained. Might be worth adding to
> the other scripts.

Added to /contrib as init.d.

>
> pg_ctl.patch -> Minor patch required by postgresql script above.
> It basically just allows you to specify the -o option (postmaster options)
> more than once and all of them will be concatenated together. Makes it
> easier to do '-o -F -o -i', then to try and shell escape quotes in a shell
> script. Should be harmless, and might be handy.

This doesn't seem like a good idea. It makes -o handling different for
different utilities.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Barry Lind 2001-01-30 17:41:11 Re: Re: [GENERAL] Trouble porting postgreSQL to WinNT
Previous Message Bruce Momjian 2001-01-30 17:18:52 Re: Size of TODO.detail

Browse pgsql-patches by date

  From Date Subject
Next Message Joseph Shraibman 2001-01-30 22:23:18 Re: Re: [PATCHES] Re: [INTERFACES] Patch for JDBC timestamp problems
Previous Message Tom Lane 2001-01-30 14:05:54 Re: Shared library support for postmaster