pgsql: Add semicolons to end of internally run queries - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add semicolons to end of internally run queries
Date
Msg-id E1fvQk9-0005NP-MI@gemulon.postgresql.org
Whole thread Raw
List 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.tatsuro@lab.ntt.co.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_dump: Reorganize getTableAttrs()
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Remove extra word from src/backend/optimizer/README