pgsql: Add semicolons to end of internally run queries

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add semicolons to end of internally run queries
Date: 2018-08-30 17:28:29
Message-ID: E1fvQk9-0005NP-MI@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add semicolons to end of internally run queries

This ensures that the --echo output of various tools (under scripts) is
valid multiline SQL.

Author: Tatsuro Yamada <yamada(dot)tatsuro(at)lab(dot)ntt(dot)co(dot)jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7061e03319d9a31f02d3777ca856b6c33e7a0967

Modified Files
--------------
src/bin/scripts/common.c | 2 +-
src/include/fe_utils/connect.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2018-08-31 07:44:17 pgsql: Remove extra word from src/backend/optimizer/README
Previous Message Peter Eisentraut 2018-08-30 16:42:47 pgsql: pg_dump: Reorganize getTableAttrs()