Re: [HACKERS] backend/frontend communication

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Brett McCormick <brett(at)work(dot)chicken(dot)org>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] backend/frontend communication
Date: 1998-05-29 22:21:58
Message-ID: Pine.BSF.3.96.980529192041.4881a-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 27 May 1998, Brett McCormick wrote:

> the reason i'm writing this mail are twofold, one is: are the
> developers interested in merging my input/output changes into the
> distribution. this has the benefit of making the io a little more
> coherent, right now it seems sort of patched together, read/write
> mixed with fread/fwrite, functions that do the same thing but take
> different arguments, fread/fwrite in the actual code instead of
> calling an appropriate function. this seems like a good idea to me.
> we could also define an interface for implementing transport layers,
> so my patch could be an add-on module.

Go for it...I like the thought of simplifying the code, which this
sounds like it will do.

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-05-30 03:52:24 Re: [HACKERS] backend/frontend communication
Previous Message The Hermit Hacker 1998-05-29 22:13:34 Re: [HACKERS] mpsql