Re: "they only drink coffee at dec" - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: "they only drink coffee at dec"
Date
Msg-id 4241090B.6010308@familyhealth.com.au
Whole thread Raw
In response to "they only drink coffee at dec"  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
>>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


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: locks in CREATE TRIGGER, ADD FK
Next
From: Christopher Kings-Lynne
Date:
Subject: \x in psql