Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclient dump.c, Aug2009, 1.45.2.1, 1.45.2.2
Fabian wrote:
Update of /cvsroot/monetdb/clients/src/mapiclient In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31397
Modified Files: Tag: Aug2009 dump.c Log Message: Stefan dK ran into a 'table is not unique' message, which IMO can only indicate something is seriously fubared
Would you please write in English? http://www.merriam-webster.com/dictionary/ showed empty result on 'fubared' and International Maritime Organization for the shortening IMO, Thanks, Milena
Index: dump.c =================================================================== RCS file: /cvsroot/monetdb/clients/src/mapiclient/dump.c,v retrieving revision 1.45.2.1 retrieving revision 1.45.2.2 diff -u -d -r1.45.2.1 -r1.45.2.2 --- dump.c 22 Sep 2009 08:26:36 -0000 1.45.2.1 +++ dump.c 22 Oct 2009 08:37:26 -0000 1.45.2.2 @@ -342,9 +342,10 @@
if (cnt != 1) { if (cnt == 0) - fprintf(stderr, "Table %s.%s does not exist.\n", schema, tname); + fprintf(stderr, "table %s.%s does not exist\n", schema, tname); else - fprintf(stderr, "Table %s.%s not unique.\n", schema, tname); + fprintf(stderr, "table %s.%s is not unique, corrupt catalog?\n", + schema, tname); goto bailout; }
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
On 22-10-2009 11:26:02 +0200, Milena Ivanova wrote:
Fabian wrote:
Update of /cvsroot/monetdb/clients/src/mapiclient In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31397
Modified Files: Tag: Aug2009 dump.c Log Message: Stefan dK ran into a 'table is not unique' message, which IMO can only indicate something is seriously fubared
Would you please write in English? http://www.merriam-webster.com/dictionary/ showed empty result on 'fubared' and International Maritime Organization for the shortening IMO,
fubared and IMO, are well established terms and acromyns in the open source world, and actually also used beyond. fubared = broken IMO = In My Opinion
Fabian Groffen wrote:
On 22-10-2009 11:26:02 +0200, Milena Ivanova wrote:
Fabian wrote:
Update of /cvsroot/monetdb/clients/src/mapiclient In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31397
Modified Files: Tag: Aug2009 dump.c Log Message: Stefan dK ran into a 'table is not unique' message, which IMO can only indicate something is seriously fubared
Would you please write in English? http://www.merriam-webster.com/dictionary/ showed empty result on 'fubared' and International Maritime Organization for the shortening IMO,
fubared and IMO, are well established terms and acromyns in the open source world, and actually also used beyond.
fubared = broken IMO = In My Opinion
Thanks. Still, in my opinion (or IMO;-) ) such things increase the level of geekiness and keep aside people who are not that deep in the open-source world. Since this is a communication channel, it is important that the message is understandable for the receivers. Milena
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
participants (2)
-
Fabian Groffen
-
Milena Ivanova