Re: "they only drink coffee at dec"

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: "they only drink coffee at dec"
Date: 2005-03-23 06:13:31
Message-ID: 4241090B.6010308@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-03-23 07:16:43 \x in psql
Previous Message Neil Conway 2005-03-23 05:50:02 Re: locks in CREATE TRIGGER, ADD FK

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2005-03-23 08:29:26 Re: [HACKERS] what to do with backend flowchart
Previous Message Bruce Momjian 2005-03-23 01:30:14 Re: [HACKERS] what to do with backend flowchart