Re: Concurrent connections in psql

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Concurrent connections in psql
Date: 2007-03-27 17:16:20
Message-ID: 46095164.2020604@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
> Yes, yes. I would like to have used it when testing the MyProc->xmin
> improvements. The only thing that has held it back from being applied
> was that there was no documentation/examples of how it would be used.

Hear hear! I had trouble writing regression tests for the MVCC-safe
cluster patch. Had I had an up-to-date version at hand, I would've used it.

I haven't looked at the psql source code, but would it be possible to
clean it up to make it less tangled and ugly, while you're at it?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-03-27 17:22:37 Re: Archive log compression keeping physical log available in the crash recovery
Previous Message Bruce Momjian 2007-03-27 17:09:23 Re: Acclerating INSERT/UPDATE using UPS