Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Sep 2005 04:10:25 +0000 (04:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Sep 2005 04:10:25 +0000 (04:10 +0000)
commited171615a98344d6b94e8fbcef1031e71e7ee345
tree7da71bd59e6486d90aa03648bb32c25f63a07e18
parent3ee70a840a9f3e392219e61cc46c676487367177
Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands
> found in a pg_dump archive.  It had problems with dollar-quote tags
broken across bufferload boundaries (this may explain bug report from
Rod Taylor), also with dollar-quote literals of the form $a$a$...,
and was also confused about the rules for backslash in double quoted
identifiers (ie, they're not special).  Also put in placeholder support
for E'...' literals --- this will need more work later.
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_backup_db.c