Re: [HACKERS] catalog/heap.c... - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] catalog/heap.c...
Date
Msg-id Pine.BSF.4.05.9812140314260.6029-100000@thelab.hub.org
Whole thread Raw
In response to Re: [HACKERS] catalog/heap.c...  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
On Mon, 14 Dec 1998, Thomas G. Lockhart wrote:

> > Oops...;)  Its gone now...we always have 'cvs diff' to fall back
> > to, so it isn't like we've lost anything...I love CVS :)
> 
> Yeah, well, maybe the new code actually works? ;)
I have confidence in you *grin*
Just wait, if anyone is going to break something, the changes I
just made should pretty much blow up the whole system...just about to do a
test build with it now :)
I've changed appendStringInfo so that it is 'sprintf' like, in
that it takes a format/args...right now, there are areas of the code where
we sprintf() to a buffer, and then pass that down into appendStringInfo...
this eliminates all those sprintf()s...
I knew I should never have gotten started :(  Have ot be at work
in 5 hrs *sigh* *grin*
Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] catalog/heap.c...
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Does this make sense: