]> granicus.if.org Git - postgresql/commit
This patch fixes the undefined (according to C) and erroneous (under
authorBruce Momjian <bruce@momjian.us>
Sun, 13 Dec 1998 02:50:20 +0000 (02:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 13 Dec 1998 02:50:20 +0000 (02:50 +0000)
commitecdf95f6d606e122fa47dea66582729cba2da5c8
treee63d9626433f9dddcca3beed2c495ab8059a1b7a
parent5c431eb1f220ad9c22b5a8a38a33031ad442b3c7
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