This patch fixes the undefined (according to C) and erroneous (under

Bruce Momjian <bruce@momjian.us>

Commit: ecdf95f6d606e122fa47dea66582729cba2da5c8
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-12-13T02:50:20Z
Releases: 7.1.1
This patch fixes the undefined (according to C) and erroneous (under
Digital Uni x with both DEC cc and gcc) behaviour of modifying an
lvalue on the left side an d then using it on the right side of an
assignment. Since this code modifies the
 dbname parameter, it was changing, for example, "dbname=template1"
 into "dbname =emplate1".

David Smith Programmer P

Files

PathChange+/−
src/interfaces/perl5/Pg.xs modified +5 −3