libpq test suite

From: Manlio Perillo <manlio(dot)perillo(at)gmail(dot)com>
To: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: libpq test suite
Date: 2013-02-14 12:01:36
Message-ID: 511CD220.3070202@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

Sorry for the question, but where can I find the libpq test suite?
I can not find it in the PostgreSQL sources; it seems that there are
only some examples, in src/test/examples.

I'm planning to add some new features to libpq:

* make PQsendPrepare send a "Describe Portal" protocol message
* add support for setting per column binary result format
* add direct support for portals

(I think I need these for a project I'm working on [1]),

How can I check if the new code does not break existing usage?

[1] A new Python PostgreSQL driver, implemented following
http://wiki.postgresql.org/wiki/Driver_development
and with many optimization (compared to psycopg2) enabled by the
use of the extended query protocol

Thanks Manlio Perillo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlEc0iAACgkQscQJ24LbaURiVQCfaANOEaIJHdq/ZoQYx1Hu8wZr
On8An202Fqc928K9NuDRen/0B06sN/RS
=Qngt
-----END PGP SIGNATURE-----

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2013-02-14 13:06:30 Re: libpq test suite
Previous Message Shigeru Hanada 2013-02-14 10:11:01 Re: FDW for PostgreSQL