Re: [HACKERS] Max size of data types and tuples. (fwd)

From: Peter T Mount <psqlhack(at)maidast(dot)demon(dot)co(dot)uk>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: darrenk(at)insightdist(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Max size of data types and tuples. (fwd)
Date: 1998-01-15 19:25:43
Message-ID: Pine.LNX.3.95.980115192125.20877A-100000@maidast
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 14 Jan 1998, Bruce Momjian wrote:
> > On Wed, 14 Jan 1998, Bruce Momjian wrote:
> >
> > > > This could be done as soon as I come up with a way of defining the packet
> > > > size for the interfaces since this is the newest limiting factor.
> > > >
> > > > Peter's suggestion of backend functions for getting info might be the way to
> > > > go. It would let the various interfaces get the info they need and would be
> > > > a step towards JDBC and ODBC compliance.
> > >
> > > Again, we could just set 3rd party apps to be the maximum tuple size we
> > > will ever have to support.
> >
> > Currently, were returning some defaults based on the 8K block size.
> >
> > Probably for these, we may be able to get away with the values we are
> > setting. However, there are a few things that I think we will still need
> > to implement as functions.
>
> OK, let's decide soon, so people can be ready for Feb 1.

I'm going to sort out what needs to be done to get us as close to
compliance as possible over the next couple of days. Hopefully, we can
decide on some of them then.

--
Peter T Mount petermount(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-01-15 19:44:20 *Major* Patch for PL
Previous Message The Hermit Hacker 1998-01-15 18:48:24 Re: [HACKERS] Re: [QUESTIONS] Arrays (inserting and removing)