[COMMITTERS] pgsql-server/src/backend main/main.c postmaste ...

2004-05-19 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/19 15:58:45 Modified files: src/backend/main: main.c src/backend/postmaster: postmaster.c src/backend/tcop: postgres.c Log message: Move find_my_exec lower so elo

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-19 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> [EMAIL PROTECTED] (Bruce Momjian) writes: >>> Remove elog() calls from find_my_exec; do fprintf(stderr) instead. >> >> Isn't that a seriously bad idea? > Yes, it probably is bad, but I am not sure how frequently this will > happen, _

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-19 Thread Magnus Hagander
> >>> I thought that output to stderr generally goes into the > bit bucket > >>> in Windows. > > > It is never ignored. WHen running as a service, you will > only see it > > if ou check the box "allow service to interact with > desktop", and this > > can only be done on Local System services

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-19 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: >>> I thought that output to stderr generally goes into the bit >>> bucket in Windows. > It is never ignored. WHen running as a service, you will only see it if > ou check the box "allow service to interact with desktop", and this can > only be done o

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-19 Thread Magnus Hagander
> > > Remove elog() calls from find_my_exec; do > fprintf(stderr) instead. > > > > Isn't that a seriously bad idea? > > > > I thought that output to stderr generally goes into the bit > bucket in > > Windows. > > I have never heard stderr is ignored in Win32. There was an > issue that bu

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-19 Thread Magnus Hagander
> > > Yes, it probably is bad, but I am not sure how frequently > this will > > > happen, _and_ I need to set my_exec_path very far up in > the tree to > > > the timezone stuff knows the location, hence the fact that elog() > > > calls wouldn't work at all anyway, I think. > > > > Perhaps the

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-18 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Yes, it probably is bad, but I am not sure how frequently this will > > happen, _and_ I need to set my_exec_path very far up in the tree to the > > timezone stuff knows the location, hence the fact that elog() calls > > wouldn't work a

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-18 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Yes, it probably is bad, but I am not sure how frequently this will > happen, _and_ I need to set my_exec_path very far up in the tree to the > timezone stuff knows the location, hence the fact that elog() calls > wouldn't work at all anyway, I think. Pe

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-18 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Remove elog() calls from find_my_exec; do fprintf(stderr) instead. > > Isn't that a seriously bad idea? > > I thought that output to stderr generally goes into the bit bucket in > Windows. I have never heard stderr is ignored i

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-18 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Remove elog() calls from find_my_exec; do fprintf(stderr) instead. > > Isn't that a seriously bad idea? > > I thought that output to stderr generally goes into the bit bucket in > Windows. Yes, it probably is bad, but I am not

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-18 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Remove elog() calls from find_my_exec; do fprintf(stderr) instead. Isn't that a seriously bad idea? I thought that output to stderr generally goes into the bit bucket in Windows. regards, tom lane ---

[COMMITTERS] pgsql-server/src/backend main/main.c postmaste ...

2004-05-18 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/18 17:27:25 Modified files: src/backend/main: main.c src/backend/postmaster: postmaster.c src/backend/tcop: postgres.c Log message: Move get_pkglib_path up into m

[COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-18 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/18 17:18:59 Modified files: src/backend/main: main.c src/backend/postmaster: postmaster.c src/backend/tcop: postgres.c src/bin/initdb : Makefile src/bin/p

[COMMITTERS] pgsql-server/src/backend/main main.c

2004-03-15 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/15 12:14:26 Modified files: src/backend/main: main.c Log message: Windows uses codepages rather than the environment, so we work around that by querying the environment exp

[COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-03-04 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/04 21:11:04 Modified files: src/backend/main: main.c src/backend/port/dynloader: win32.h src/backend/postmaster: postmaster.c src/bin/pg_resetxlog: Makefile Log

[COMMITTERS] pgsql-server/src/backend main/main.c postmaste ...

2004-01-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/10 23:49:31 Modified files: src/backend/main: main.c src/backend/postmaster: pgstat.c postmaster.c src/backend/storage/freespace: freespace.c src/backend/storage/i

[COMMITTERS] pgsql-server/src/backend/main main.c

2003-12-22 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 20:34:04 Modified files: src/backend/main: main.c Log message: Remove __alpha__ additions in main.c but document that they are missing. ---(end of broa

[COMMITTERS] pgsql-server/src backend/main/main.c include/s ...

2003-12-22 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/22 19:36:38 Modified files: src/backend/main: main.c src/include/storage: s_lock.h Log message: Test for __alpha and __alpha__. ---(end of broadc

[COMMITTERS] pgsql-server/src backend/main/main.c backend/t ...

2003-10-18 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/10/18 19:59:09 Modified files: src/backend/main: main.c src/backend/tcop: postgres.c src/backend/utils/misc: guc.c help_config.c src/include/utils: help_config.h Lo

[COMMITTERS] pgsql-server/src/backend main/main.c tcop/post ...

2003-09-27 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/27 06:29:31 Modified files: src/backend/main: main.c src/backend/tcop: postgres.c src/backend/utils/misc: help_config.c Log message: You can't NLS-enable a progra

[COMMITTERS] pgsql-server/src/backend/main main.c

2003-09-09 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 12:19:31 Modified files: src/backend/main: main.c Log message: Update comments about how locale settings are handled. ---(end of broadcast)