[PgPy] Re: [HACKERS] plpython and bytea
James William Pye
pgsql at jwp.name
Tue Nov 22 16:56:23 GMT 2005
On Tue, 2005-11-22 at 10:33 +0200, Hannu Krosing wrote:
> src/heaptuple.c: In function ‘tup_dealloc’:
> src/heaptuple.c:283: error: invalid lvalue in assignment
> src/heaptuple.c: In function ‘PyPgHeapTuple_Initialize’:
> src/heaptuple.c:554: error: invalid lvalue in assignment
> error: command 'gcc' failed with exit status 1
> [root at localhost be]#
Ok, I *think* the attached patch fixes this.(Apply against your copy of
HEAD(be/include/pypg) or just do a CVS update.)
I'll see if I can tweak my distutils' extension building command so I
can catch these errors myself. :(
--
Regards, James William Pye
-------------- next part --------------
A non-text attachment was scrubbed...
Name: no_lvalues.patch
Type: text/x-patch
Size: 4032 bytes
Desc: not available
Url : http://pgfoundry.org/pipermail/python-general/attachments/20051122/1da3d5ad/no_lvalues.bin
More information about the Python-general
mailing list