vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| From src/backend/tcop/postgres.c: appendStringInfo(&str, "!\t%ld/%ld [%ld/%ld] filesystem blocks in/out\n", r.ru_inblock - Save_r.ru_inblock, /* they only drink coffee at dec */ r.ru_oublock - Save_r.ru_oublock, r.ru_inblock, r.ru_oublock); Been there as far back as CVS goes. Will I find other goodies by poking around? :-) -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster |
| |||
| Michael Fuhr <mike@fuhr.org> writes: > From src/backend/tcop/postgres.c: > /* they only drink coffee at dec */ I never did figure out what that meant. Anyone know? > Been there as far back as CVS goes. Will I find other goodies by > poking around? :-) There's a few jokes ... not that many ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |
| |||
| Tom Lane wrote: > Michael Fuhr <mike@fuhr.org> writes: > > From src/backend/tcop/postgres.c: > > /* they only drink coffee at dec */ > > I never did figure out what that meant. Anyone know? > > > Been there as far back as CVS goes. Will I find other goodies by > > poking around? :-) > > There's a few jokes ... not that many ... And, of course, my favorite, which is now gone because we fixed it (*snif*): _bt_getstackbuf: my bits moved right off the end of the world! -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| On Fri, 18 Mar 2005, Tom Lane wrote: > Michael Fuhr <mike@fuhr.org> writes: >> From src/backend/tcop/postgres.c: >> /* they only drink coffee at dec */ > > I never did figure out what that meant. Anyone know? > >> Been there as far back as CVS goes. Will I find other goodies by >> poking around? :-) > > There's a few jokes ... not that many ... Be almost cute to add a section to the web site that links to cvsweb to point out these ... making sure to link to the "oldest version in cvs that contains it" ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| >>From src/backend/tcop/postgres.c: > > appendStringInfo(&str, > "!\t%ld/%ld [%ld/%ld] filesystem blocks in/out\n", > r.ru_inblock - Save_r.ru_inblock, > /* they only drink coffee at dec */ > r.ru_oublock - Save_r.ru_oublock, > r.ru_inblock, r.ru_oublock); > > Been there as far back as CVS goes. Will I find other goodies by > poking around? :-) #define COPYBUFSIZ 8192 /* size doesn't matter */ Is vaguely amusing :P Chris ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |