Fix passing username to the server.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 15 Jan 2015 16:41:01 +0000 (18:41 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 15 Jan 2015 16:42:59 +0000 (18:42 +0200)
commitd8d8e4a7efa332c5c07a80f9d359d90671df68e9
treea2ac79b35cdd039733a3b16c9f533c15f2b89e05
parent903545141255d70662d9b97e8c4ad083aa1c9e08
Fix passing username to the server.

In commit e85fbb2, as part of removing non-libpq code, I removed the code
that determined the username of the currently logged-in user, and send it
to the server during authentication. However, I accidentally also removed
the code that passed any explicitly-given username to the server. Oops.
connection.c