postgresql/src/include/tcop
Peter Eisentraut 32c6c99e0b Scanner performance improvements
Use flex flags -CF.  Pass the to-be-scanned string around as StringInfo
type, to avoid querying the length repeatedly.  Clean up some code and
remove lex-compatibility cruft.  Escape backslash sequences inline.  Use
flex-provided yy_scan_buffer() function to set up input, rather than using
myinput().
2002-04-20 21:56:15 +00:00
..
dest.h Clean up BeginCommand and related routines. BeginCommand and EndCommand 2002-02-27 19:36:13 +00:00
fastpath.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
pquery.h Restructure command-completion-report code so that there is just one 2002-02-26 22:47:12 +00:00
tcopdebug.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
tcopprot.h Scanner performance improvements 2002-04-20 21:56:15 +00:00
utility.h Restructure command-completion-report code so that there is just one 2002-02-26 22:47:12 +00:00