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

2003-09-10 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 23:40:14 Modified files: src/backend/commands: opclasscmds.c Log message: Fix missed message update, per Alvaro Herrera. ---(end of broadcast)-

[COMMITTERS] pgsql-server/src/bin/psql help.c

2003-09-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 18:35:56 Modified files: src/bin/psql : help.c Log message: Update row count for \? output, used by pager. ---(end of broadcast)-

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

2003-09-10 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 17:24:09 Modified files: src/backend/commands: dbcommands.c Log message: Improve error message for cp or rm failur during create/drop database, per recent discussions.

[COMMITTERS] pgsql-server/doc TODO

2003-09-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 17:17:21 Modified files: doc: TODO Log message: Add: > * Issue NOTICE if foreign key data type doesn't match primary key -

[COMMITTERS] pgsql-server/doc TODO

2003-09-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 17:14:42 Modified files: doc: TODO Log message: Add: > * Have EXPLAIN ANALYZE highlight poor optimizer estimates ---(end o

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

2003-09-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 17:13:45 Modified files: doc/src/sgml/ref: create_function.sgml Log message: This patch fixes a trivial typo in the CREATE FUNCTION ref page. Neil Conway

[COMMITTERS] pgsql-server/src/port copydir.c

2003-09-10 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 17:12:01 Modified files: src/port : copydir.c Log message: copydir() is supposed to return on failure, not elog(ERROR). Reduce ERROR to WARNING so we keep control

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

2003-09-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 16:59:23 Modified files: src/backend/commands: functioncmds.c Log message: Add HINT if CREATE FUNCTION specifies a valid language, but the language isn't loaded into the

[COMMITTERS] pgsql-server/contrib/pg_autovacuum pg_autovacuum.c

2003-09-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 16:57:48 Modified files: contrib/pg_autovacuum: pg_autovacuum.c Log message: Add quotes to vacuum/analyze for upper/lowercase table names, per Matthew T. O'Connor. ---

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

2003-09-10 Thread Alvaro Herrera
On Wed, Sep 10, 2003 at 02:40:30PM -0400, Tom Lane wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > >> ! (errcode(ERRCODE_INTERNAL_ERROR), > >> ! errmsg("invalid constraint type \"%c\"", > >> conForm->contype))); > > > This error speaks of bogus values in a system table.

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

2003-09-10 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > The way I see this is that "feature not supported" appeared to have been > used as a catch-all thinking "maybe someday this will work". Well, yes, but your notion of how close to working it has to be to be considered an unsupported feature rather than

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

2003-09-10 Thread Peter Eisentraut
Tom Lane writes: > I looked over this change, and right offhand I don't agree with any of > it. None of the errors are "syntax" errors (if they were, gram.y would > have barfed) and the textual error message changes generally seem to be > trending in a less not more helpful direction. What is yo

[COMMITTERS] pgsql-server/src/interfaces/ecpg ChangeLog com ...

2003-09-10 Thread Michael Meskes
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/10 15:03:08 Modified files: src/interfaces/ecpg: ChangeLog src/interfaces/ecpg/compatlib: informix.c src/interfaces/ecpg/include: ecpg_informix.h Log message: Som

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

2003-09-10 Thread Bruce Momjian
Tom Lane wrote: > 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 n

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

2003-09-10 Thread Bruce Momjian
Tom Lane wrote: > 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 n

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

2003-09-10 Thread Bruce Momjian
Christof Petig wrote: > >>Basically, I agree with Tom ... if we are going to go the extra steps to > >>support Win32, at least the Win32 ppl can do is take the extra steps to > >>build using the same 'restrictions' as the Unix ppl go through ... > > > > > > Well, the files are in there now --- I

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

2003-09-10 Thread Christof Petig
Bruce Momjian schrieb: Marc G. Fournier wrote: Hmm, another problem is that I don't think there is a flex port for MinGW --- at least I remember someone saying they found bison, but not flex, so if they grab the snapshot, they will not be able to use CVS to do development and diffs. Actually, if I