Re: [HACKERS] catalog/heap.c...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] catalog/heap.c...
Date: 1998-12-14 07:17:38
Message-ID: Pine.BSF.4.05.9812140314260.6029-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-12-14 07:29:51 Re: [HACKERS] Does this make sense:
Previous Message Thomas G. Lockhart 1998-12-14 06:25:15 Re: [HACKERS] catalog/heap.c...