pgsql: Clean up SQL code indentation in test file

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Clean up SQL code indentation in test file
Дата
Msg-id E1ow2yq-000koV-CN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up SQL code indentation in test file

This makes the code layout more consistent inside the same file.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0ca708540064aa4a18b226f75ad44dcdd64b383

Modified Files
--------------
src/test/regress/expected/object_address.out | 220 ++++++++++++++-------------
src/test/regress/sql/object_address.sql      | 216 +++++++++++++-------------
2 files changed, 220 insertions(+), 216 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix version comparison in Version.pm
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't read MCV stats needlessly in eqjoinsel().