This patch fixes the undefined (according to C) and erroneous (under
authorBruce Momjian <bruce@momjian.us>
Sun, 13 Dec 1998 02:50:39 +0000 (02:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 13 Dec 1998 02:50:39 +0000 (02:50 +0000)
commitb587323f9f91b7ad41b6aab2333e157469a51792
tree40ab62f1f50dc08e3a7c33efef9053b3895a6db4
parent9879878a8c39e6d97c39ac6a009317b21a5b1002
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
src/interfaces/perl5/Pg.xs