pgsql: pg_dump/t/002: append terminating semicolon to SQL commands

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump/t/002: append terminating semicolon to SQL commands
Date: 2017-05-03 18:54:34
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/698923d6588ee15a386d26c45e5f25ee1a68cc34

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-03 23:37:24 pgsql: Remove useless and rather expensive stanza in matview regression
Previous Message Heikki Linnakangas 2017-05-03 08:26:53 pgsql: Add PQencryptPasswordConn function to libpq, use it in psql and