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

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] catalog/heap.c...
Дата
Msg-id Pine.BSF.4.05.9812140314260.6029-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Re: [HACKERS] catalog/heap.c...  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список 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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] catalog/heap.c...
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Does this make sense: