Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Momjian Sent: 07 January 2005 05:33 To: Andrew Dunstan Cc: Patches (PostgreSQL) Subject: Re: [PATCHES] pg_config MSVC makefile This has been saved for the 8.1 release: http

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Tony and Bryn Reina
Dave Page wrote: Err, I missed this earlier - we had discussed getting rid of all the VC++ Borland makefiles for 8.1. With Mingw now working they are a little redundant now, and Bruce I (and probably others) had to jump through hoops to keep them working this release. Admittedley that

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread G Reina
As far as I know, there have been no real benchmarks done, however, pgAdmin now ships with a Mingw compiled libpq where previous versions used a (static) VC++ one and I've neither noticed any difference myself, or had any reports of poor performance on the pgAdmin lists (or privately) from other

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Bruce Momjian
Dave Page wrote: Attached is a makefile I hacked up to build pg_config under MSVC - the reason is that it's required (more or less) in order to build the latest DBD::Pg code and I was testing that out under MSVC. Err, I missed this earlier - we had discussed getting rid of all

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Dave Page
-Original Message- From: Bruce Momjian [mailto:[EMAIL PROTECTED] Sent: 07 January 2005 15:14 To: Dave Page Cc: Andrew Dunstan; Patches (PostgreSQL) Subject: Re: [PATCHES] pg_config MSVC makefile I am not in favor of removing those makefiles in 8.1 unless they become more

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes: Dave Page wrote: Err, I missed this earlier - we had discussed getting rid of all the VC++ Borland makefiles for 8.1. With Mingw now working they are a little redundant now, I am not in favor of removing those makefiles in 8.1 unless they become

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 07 January 2005 16:25 To: Bruce Momjian Cc: Dave Page; Andrew Dunstan; Patches (PostgreSQL) Subject: Re: [PATCHES] pg_config MSVC makefile more of a pain. If people are submitting patches it means

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Tom Lane
Dave Page dpage@vale-housing.co.uk writes: From: Tom Lane [mailto:[EMAIL PROTECTED] I recall proposing a couple months ago that we kill those makefiles, but there was at least one objection at the time. My main concern is that they don't end up suffering terminal bit-rot because I stop

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 07 January 2005 17:07 To: Dave Page Cc: Bruce Momjian; Andrew Dunstan; Patches (PostgreSQL) Subject: Re: [PATCHES] pg_config MSVC makefile Don't feel that it's on your head to keep them working. The project's

Re: [PATCHES] pg_config MSVC makefile

2005-01-07 Thread Bruce Momjian
Dave Page wrote: -Original Message- From: Bruce Momjian [mailto:[EMAIL PROTECTED] Sent: 07 January 2005 15:14 To: Dave Page Cc: Andrew Dunstan; Patches (PostgreSQL) Subject: Re: [PATCHES] pg_config MSVC makefile I am not in favor of removing those makefiles in 8.1

Re: [PATCHES] pg_config MSVC makefile

2005-01-06 Thread Bruce Momjian
This has been saved for the 8.1 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Andrew Dunstan wrote: Attached is a makefile I hacked up to build pg_config under MSVC - the reason is that it's

[PATCHES] pg_config MSVC makefile

2005-01-04 Thread Andrew Dunstan
Attached is a makefile I hacked up to build pg_config under MSVC - the reason is that it's required (more or less) in order to build the latest DBD::Pg code and I was testing that out under MSVC. Should be saved as src/bin/pg_config/win32.mak if we're to be consistent. I haven't yet done a

[PATCHES] pg_config-zh_TW.po for 8.0

2004-10-18 Thread Zhenbang Wei
All messages translated Thanks pg_config-zh_TW.po.gz Description: GNU Zip compressed data ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [PATCHES] pg_config-zh_TW.po for 8.0

2004-10-18 Thread Peter Eisentraut
Zhenbang Wei wrote: All messages translated Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] pg_config translation to pt_BR

2004-10-12 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: Here is a patch to available the first translation of pg_config. The files attached needs to be in src/bin/pg_config. Basically, it is two files (nls.mk, pt_BR.po) and one directory (po/). Installed. -- Peter Eisentraut

Re: [PATCHES] pg_config fixes

2004-10-06 Thread Bruce Momjian
Patch applied. Thanks. --- Euler Taveira de Oliveira wrote: Hi, This simple patch fixes a typo, ensure pg_config is removed in win32 and correct some splitted message mistake. Please apply. PS I'll send the

[PATCHES] pg_config translation to pt_BR

2004-10-06 Thread Euler Taveira de Oliveira
Hi, Here is a patch to available the first translation of pg_config. The files attached needs to be in src/bin/pg_config. Basically, it is two files (nls.mk, pt_BR.po) and one directory (po/). Please apply. = Euler Taveira de Oliveira euler[at]yahoo_com_br

[PATCHES] pg_config fixes

2004-10-05 Thread Euler Taveira de Oliveira
Hi, This simple patch fixes a typo, ensure pg_config is removed in win32 and correct some splitted message mistake. Please apply. PS I'll send the translated file soon. = Euler Taveira de Oliveira euler[at]yahoo_com_br

Re: [PATCHES] pg_config

2004-08-02 Thread Bruce Momjian
OK, addition made, and I added documentation for -pgxs. --- Andrew Dunstan wrote: Peter Eisentraut wrote: Bruce Momjian wrote: Oops, sorry, done. The --pgxs option seems to have gotten lost in the

Re: [PATCHES] pg_config

2004-08-01 Thread Bruce Momjian
Patch applied. Thanks. I made all the changes you suggested and the additions to path.c for the new parameters. --- Andrew Dunstan wrote: There are a couple of things that need adjustment: 1. typo in the makefile -

Re: [PATCHES] pg_config

2004-08-01 Thread Peter Eisentraut
Bruce Momjian wrote: Patch applied. Thanks. I made all the changes you suggested and the additions to path.c for the new parameters. I think you forgot to commit the new source files. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of

Re: [PATCHES] pg_config

2004-08-01 Thread Peter Eisentraut
Bruce Momjian wrote: Oops, sorry, done. The --pgxs option seems to have gotten lost in the conversion. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free space map

Re: [PATCHES] pg_config

2004-08-01 Thread Andrew Dunstan
Peter Eisentraut wrote: Bruce Momjian wrote: Oops, sorry, done. The --pgxs option seems to have gotten lost in the conversion. It wasn't there when I did the conversion. Usual problem of duelling patches. Can you fix it, or do you need me to send in a patch? cheers andrew

Re: [PATCHES] pg_config

2004-07-26 Thread Andrew Dunstan
Bruce Momjian wrote: Andrew Dunstan wrote: 2. these cases need to be fixed: else if (strcmp(argv[i],--includedir-server) ==0) get_pkginclude_path(mypath,otherpath); else if (strcmp(argv[i],--libdir) == 0)

Re: [PATCHES] pg_config

2004-07-26 Thread Peter Eisentraut
Andrew Dunstan wrote: I don't see a function there to report the libdir at all (only pkglibdir), and for includedir-server we would need either to append /server or to have a function in path.c that reported it for us correctly. These paths can all be more or less independently (or at least

Re: [PATCHES] pg_config

2004-07-25 Thread Bruce Momjian
Andrew Dunstan wrote: There are a couple of things that need adjustment: 1. typo in the makefile - ((X) should be $(X) OK. 2. these cases need to be fixed: else if (strcmp(argv[i],--includedir-server) ==0) get_pkginclude_path(mypath,otherpath);

Re: [PATCHES] pg_config

2004-07-21 Thread Andrew Dunstan
There are a couple of things that need adjustment: 1. typo in the makefile - ((X) should be $(X) 2. these cases need to be fixed: else if (strcmp(argv[i],--includedir-server) ==0) get_pkginclude_path(mypath,otherpath); else if

[PATCHES] pg_config

2004-07-20 Thread Andrew Dunstan
Peter Eisentraut wrote: Andrew Dunstan wrote: To that extent is it not broken by relocated installations that we have now made some provision for? Well, then it should be fixed to take relocated installations into account. Relocatable installations are by nature a pretty broken feature.