Re: [HACKERS] Re: HISTORY for 6.5.2

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: HISTORY for 6.5.2
Date: 1999-09-14 01:03:04
Message-ID: 199909140103.VAA06678@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> And I can't take credit for that either --- Hiroshi and/or Tatsuo get
> the credit, IIRC. (BTW, did we patch those into 6.5.*, or only 6.6?)
>
> > Update frontend libpq to remove limits on query lengths,
> > error/notice message lengths, and number of fields per tuple(Tom)
>
> This is *not* in 6.5.*, only 6.6.

I have:

RCS file: /usr/local/cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v
Working file: src/interfaces/libpq/pqexpbuffer.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
----------------------------
revision 1.1
date: 1999/08/31 01:37:37; author: tgl; state: Exp;
Update frontend libpq to remove limits on query lengths,
error/notice message lengths, and number of fields per tuple. Add
pqexpbuffer.c/.h, a frontend version of backend's stringinfo module.
This is first step in applying Mike Ansley's long-query patches,
even though he didn't do any of these particular changes...

Seems addition of text files shows up in all branches, which I guess
makes sense. No cause for alarm.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-09-14 02:11:52 Re: [HACKERS] Status report: long-query-string changes
Previous Message Tom Lane 1999-09-14 00:19:55 Re: [HACKERS] Patch for user-defined C-language functions