This patch fixes the undefined (according to C) and erroneous (under
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/perl5/Pg.xs | modified | +5 −3 |