Re: heap_create with OID?

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
Cc: Jan Wieck <JanWieck(at)Yahoo(dot)com>, PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: heap_create with OID?
Date: 2000-07-04 16:06:02
Message-ID: Pine.LNX.3.96.1000704175731.26024F-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> > The file I/O itself can be based on the fastpath
> > interface.
>
> What's the 'fastpath interface'?
>

The interface between PG backend and libpq that is for example used for
COPY command. (Simplification) this intarface directly connect two routines
between backend and frondend without standard "the path of query".

Look at src/backend/tcop/fastpath.c

Karel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-07-04 16:14:41 Re: heap_create with OID?
Previous Message The Hermit Hacker 2000-07-04 16:04:55 Re: [HACKERS] Revised Copyright: is this more palatable?