Re: [HACKERS] backend/frontend communication

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: brett(at)work(dot)chicken(dot)org, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] backend/frontend communication
Date: 1998-05-30 03:52:24
Message-ID: 199805300352.XAA01612@candle.pha.pa.us
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.
>

I also encourge you to try and improve the handling of the variables
that you mentioned. You can use ctags and mkid (see developers FAQ).
That makes it easy. I have noticed the inconstency, where some were
passed, and others were global, and could not figure out what they were
all used for.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Good 1998-05-30 09:05:34 Re: [HACKERS] mpsql
Previous Message The Hermit Hacker 1998-05-29 22:21:58 Re: [HACKERS] backend/frontend communication