postgresql/src/include/tcop
Tom Lane 982430f846 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.)
2003-04-27 20:09:44 +00:00
..
dest.h Second round of FE/BE protocol changes. Frontend->backend messages now 2003-04-19 00:02:30 +00:00
fastpath.h Second round of FE/BE protocol changes. Frontend->backend messages now 2003-04-19 00:02:30 +00:00
pquery.h Restructure parsetree representation of DECLARE CURSOR: now it's a 2003-03-10 03:53:52 +00:00
tcopdebug.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tcopprot.h Put back encoding-conversion step in processing of incoming queries; 2003-04-27 20:09:44 +00:00
utility.h pgindent run. 2002-09-04 20:31:48 +00:00