pgsql: Applied Zoltan's patch to correctly align interval and timestamp

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Applied Zoltan's patch to correctly align interval and timestamp
Date: 2011-11-17 13:51:02
Message-ID: E1RR2Mo-0005y6-8Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Applied Zoltan's patch to correctly align interval and timestamp data in ecpg's sqlda.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/165fd3947a72eaa576c18db42fa653e17f962280

Modified Files
--------------
src/interfaces/ecpg/ecpglib/sqlda.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-11-17 17:52:15 pgsql: Restructure get_object_address() so it's safe against concurrent
Previous Message Tom Lane 2011-11-16 23:21:58 pgsql: Code review for range-types catalog entries.