Re: Multiple postmaster + RPM + locale issues - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Multiple postmaster + RPM + locale issues
Date
Msg-id 200610201613.47378.peter_e@gmx.net
Whole thread Raw
In response to Re: Multiple postmaster + RPM + locale issues  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Am Freitag, 20. Oktober 2006 15:53 schrieb Alvaro Herrera:
> ISTM these parts of that patch should be applied to our code:
>
> +--- postgresql-8.1beta3-old/src/bin/pg_controldata/pg_controldata.c   
> 2005-10-03 02:28:41.000000000 +0200 ++++
> postgresql-8.1beta3/src/bin/pg_controldata/pg_controldata.c    2005-10-13
> 18:00:42.000000000 +0200 +@@ -73,7 +73,7 @@
> +   char       *strftime_fmt = "%c";
> +   const char *progname;
> +
> +-  set_pglocale_pgservice(argv[0], "pg_controldata");
> ++  set_pglocale_pgservice(argv[0], "pg_controldata-8.1");

Once the RPM crowd has figured out their needs, I'm all in favor of taking the 
common pieces from the Debs and RPMs and turning them into built-in build 
features.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: mark@mark.mielke.cc
Date:
Subject: Re: [SPAM?] Re: Asynchronous I/O Support
Next
From: Tom Lane
Date:
Subject: Re: Multiple postmaster + RPM + locale issues