Put back encoding-conversion step in processing of incoming queries;

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 982430f8469dfc0fd9d9196862f34a2c3fc7dc13
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-04-27T20:09:44Z
Releases: 7.4.1
Put back encoding-conversion step in processing of incoming queries;
I had inadvertently omitted it while rearranging things to support
length-counted incoming messages.  Also, change the parser's API back
to accepting a 'char *' query string instead of 'StringInfo', as the
latter wasn't buying us anything except overhead.  (I think when I put
it in I had some notion of making the parser API 8-bit-clean, but
seeing that flex depends on null-terminated input, that's not really
ever gonna happen.)

Files