PQParam version 0.5

From: Andrew Chernow <ac(at)esilo(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>
Subject: PQParam version 0.5
Date: 2007-12-05 19:32:36
Message-ID: 4756FCD4.3020501@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here is the lastest pgparam patch. It is patched against a fresh
checkout on 2007-12-05.

This release adds support for printf-style param puts/execs. Instead of
having to do a PQputX for each param, you can use a format string and
put multiple params. PQputf(), PQparamExecf() and PQparamSendf()
support this. See release notes and conversion specifiers for details.

Also changed PQputint8's prototype. Previously, it was using a void* as
the value argument, due to a lack of a portable 64-bit type in libpq.
We found an intersting way around this by using macro and variable
argument tricks.

Andrew & Merlin

Attachment Content-Type Size
pgparam-0.5-patch.tgz application/x-compressed 17.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2007-12-05 19:44:25 Re: PQParam version 0.5
Previous Message Guillaume Smet 2007-12-05 17:49:00 Re: Better default_statistics_target