pgsql-server/src/interfaces/python pgmodule.c ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/interfaces/python pgmodule.c ...
Date: 2002-08-15 03:31:45
Message-ID: 20020815033145.C09FF475DBD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/14 23:31:45

Modified files:
src/interfaces/python: pgmodule.c
src/interfaces/python/tutorial: advanced.py

Log message:
http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and never
saw a fix offered up. Since I'm gearing up to use Postgres and Python
soon, I figured I'd have a hand at trying to get this sucker addressed.
Apologies if this has already been plugged. I looked in the archives
and never saw a response.

At any rate, I must admit I don't think I fully understand the
implications of some of the changes I made even though they appear to be
straight forward. We all know the devil is in the details. Anyone more
knowledgeable is requested to review my changes. :(

I also updated the advanced.py script in a somewhat nonsensical fashion
to make use of an int8 field in an effort to test this change. It seems
to run okay, however, this is by no means an all exhaustive test. So,
it's possible that a bumpy road may lay ahead for some. On the other
hand...overflows (hopefully) previously lurked (long -> int conversion).

Greg Copeland

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-15 03:32:36 pgsql-server/src/interfaces/python pg.py tutor ...
Previous Message Bruce Momjian - CVS 2002-08-15 03:04:07 pgsql-server/src/backend/commands indexcmds.c