]> granicus.if.org Git - postgresql/commit
pg_dump/t/002: append terminating semicolon to SQL commands
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 3 May 2017 18:12:09 +0000 (15:12 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 3 May 2017 18:12:09 +0000 (15:12 -0300)
commit698923d6588ee15a386d26c45e5f25ee1a68cc34
tree6eb831ce063bd43639d6e8303dce081e30d9e650
parent8f8b9be51fd788bb11276df89606bc653163524e
pg_dump/t/002: append terminating semicolon to SQL commands

It's easy to overlook the need for one, and its lack is annoying for the
next developer wanting to create a new test.  Rather than expect every
individual command to add the semicolon, just append one automatically.

Discussion: http://postgr.es/m/20170503172746.rwftidszir67sgk7@alvherre.pgsql
src/bin/pg_dump/t/002_pg_dump.pl