pgsql/src/backend/parser (scan.l)

Started by Peter Eisentrautover 25 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Date: Thursday, November 16, 2000 @ 17:47:44
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
from hub.org:/home/projects/pgsql/tmp/cvs-serv26480

Modified Files:
scan.l

----------------------------- Log Message -----------------------------

Make a pstrdup copy of the literalbuf when scanning a bit string. Other-
wise the next bit string in the same command clobbers the previous ones.