Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > I don't understand why people are wasting time worrying about a few > files resurected in CVS to assist Win32. Because this approach incurs a long-term cost (CVS storage) to buy a short-term benefit (Windows developers might not need flex&bison). The lon

Re: [COMMITTERS] pgsql-server/src/backend commands/typecmds.c e ...

2003-09-09 Thread Tom Lane
[EMAIL PROTECTED] (Peter Eisentraut - PostgreSQL) writes: > Modified files: > src/backend/commands: typecmds.c > src/backend/executor: execQual.c functions.c > src/backend/parser: gram.y > src/backend/tcop: utility.c > src/backend/utils/adt: acl.c array_userfuncs.c

[COMMITTERS] pgsql-server/src Makefile.shlib

2003-09-09 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 00:56:34 Modified files: src: Makefile.shlib Log message: Here is a patch to make PostgreSQL use a full path in DT_SONAME for UnixWare. Larr

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian writes: > > > Peter Eisentraut wrote: > > > Bruce Momjian writes: > > > > > > > Also, those files will not move into main CVS, and no one in Win32 is > > > > going to be playing with changing any of the source files used by > > > > bison/flex. > > > > > > Th

[COMMITTERS] pgsql-server/contrib/dbase dbf.c

2003-09-09 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 21:33:51 Modified files: contrib/dbase : dbf.c Log message: Clean up printability test in dbase code. ---(end of broadcast)---

[COMMITTERS] pgsql-server/doc TODO

2003-09-09 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 21:03:23 Modified files: doc: TODO Log message: Add: > * Have pg_dump -c clear the database using dependency information -

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian writes: > > > > The whole MinGW thing is overhyped. Install Cygwin and specify gcc > > > -mno-cygwin when you compile. That gets you the same compilation > > > environment that MinGW provides, but you can use all the Unix tools. > > > > But we still need t

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Peter Eisentraut
Bruce Momjian writes: > > The whole MinGW thing is overhyped. Install Cygwin and specify gcc > > -mno-cygwin when you compile. That gets you the same compilation > > environment that MinGW provides, but you can use all the Unix tools. > > But we still need to do the work of getting this to work

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Peter Eisentraut
Bruce Momjian writes: > Peter Eisentraut wrote: > > Bruce Momjian writes: > > > > > Also, those files will not move into main CVS, and no one in Win32 is > > > going to be playing with changing any of the source files used by > > > bison/flex. > > > > That is just false. Look at the CVS history o

[COMMITTERS] pgsql-server/src/backend commands/typecmds.c e ...

2003-09-09 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 20:22:21 Modified files: src/backend/commands: typecmds.c src/backend/executor: execQual.c functions.c src/backend/parser: gram.y src/backend/tcop: utility.c

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Rod Taylor
> > Yeah, but if there is supposedly no cvs available in that environment, > > what is the point of this exercise? They're going to have to download a > > pre-cooked tarball anyway. > > True. They could CVS from somewhere else and copy it to Win32, but they > would need flex/bison on Win32 for t

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian writes: > > > Well, the files are in there now --- I might as well just leave them so > > they don't have to go through that. This MinGW environment is much more > > limited than a Unix environment --- no bison, flex, cvs, or perl. > > The whole MinGW thin

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian writes: > > > Also, those files will not move into main CVS, and no one in Win32 is > > going to be playing with changing any of the source files used by > > bison/flex. > > That is just false. Look at the CVS history of these files. I meant I wasn't goin

[COMMITTERS] pgsql-server/doc FAQ src/FAQ/FAQ.html

2003-09-09 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 19:43:06 Modified files: doc: FAQ doc/src/FAQ: FAQ.html Log message: Improve wording of increasing page size. ---(end of broad

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Peter Eisentraut
Bruce Momjian writes: > Well, the files are in there now --- I might as well just leave them so > they don't have to go through that. This MinGW environment is much more > limited than a Unix environment --- no bison, flex, cvs, or perl. The whole MinGW thing is overhyped. Install Cygwin and sp

Re: [COMMITTERS] pgsql-server/src backend/bootstrap/Tag: backen ...

2003-09-09 Thread Peter Eisentraut
Bruce Momjian writes: > Also, those files will not move into main CVS, and no one in Win32 is > going to be playing with changing any of the source files used by > bison/flex. That is just false. Look at the CVS history of these files. -- Peter Eisentraut [EMAIL PROTECTED]

[COMMITTERS] pgsql-server/doc/src/sgml/ref abort.sgml alter ...

2003-09-09 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 15:28:53 Modified files: doc/src/sgml/ref: abort.sgml alter_aggregate.sgml alter_conversion.sgml alter_database.sgml alter_domain.sgm

[COMMITTERS] pgsql-server/doc FAQ src/FAQ/FAQ.html

2003-09-09 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 15:25:44 Modified files: doc: FAQ doc/src/FAQ: FAQ.html Log message: Update max tasble size to 32TB. ---(end of broadcast)

[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)

[COMMITTERS] pgsql-server/src/interfaces/jdbc example/threa ...

2003-09-09 Thread Barry Lind
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 08:24:04 Modified files: src/interfaces/jdbc/example: threadsafe.java metadata.java datestyle.java basic.java psql.java

[COMMITTERS] pgsql-server/doc/src/sgml ecpg.sgml

2003-09-09 Thread Michael Meskes
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 07:54:44 Modified files: doc/src/sgml : ecpg.sgml Log message: Fixed a few bugs that came up on pgsql-interfaces. ---(end of broadcast)--

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2003-09-09 Thread Barry Lind
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 07:49:16 Modified files: src/interfaces/jdbc/org/postgresql/core: QueryExecutor.java src/interfaces/jdbc/org/postgresql/jdbc1:

[COMMITTERS] pgsql-server/src/interfaces/ecpg compatlib/inf ...

2003-09-09 Thread Michael Meskes
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/09 07:46:42 Modified files: src/interfaces/ecpg/compatlib: informix.c src/interfaces/ecpg/ecpglib: data.c execute.c misc.c typename.c src/interfaces/ecpg/include: datetime.