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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема [COMMITTERS] pgsql: pg_dump/t/002: append terminating semicolon to SQL commands
Дата
Msg-id E1d5zQ2-0006cZ-45@gemulon.postgresql.org
обсуждение исходный текст
Список 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/20170503172746.rwftidszir67sgk7@alvherre.pgsql

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Add PQencryptPasswordConn function to libpq,use it in psql and
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Remove useless and rather expensive stanza in matviewregression