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

From: Ryan Kirkpatrick <pgsql(at)rkirkpat(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Date: 2001-01-30 04:52:39
Message-ID: Pine.LNX.4.10.10101292152160.361-400000@excelsior.rkirkpat.net
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.

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.

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.

Anyway, just wanted to post them in case some one was interested in them.
TTYL.

---------------------------------------------------------------------------
| "For to me to live is Christ, and to die is gain." |
| --- Philippians 1:21 (KJV) |
---------------------------------------------------------------------------
| Ryan Kirkpatrick | Boulder, Colorado | http://www.rkirkpat.net/ |
---------------------------------------------------------------------------

Attachment Content-Type Size
postgres-7.0-sparc.patch text/plain 651 bytes
pg_ctl.patch text/plain 431 bytes
postgresql text/plain 830 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter T Mount 2001-01-30 09:15:47 Re: [GENERAL] Trouble porting postgreSQL to WinNT
Previous Message Manuel Cabido 2001-01-30 03:49:41 Re: How to modify type in table?

Browse pgsql-patches by date

  From Date Subject
Next Message Peter T Mount 2001-01-30 09:23:50 Re: Re: Patch for jdbc Makefile
Previous Message Joseph Shraibman 2001-01-29 23:57:20 Re: [PATCHES] Re: [INTERFACES] Patch for JDBC timestamp problems