[COMMITTERS] pgsql: Simplify publication/subscription tests a bit

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Simplify publication/subscription tests a bit
Дата
Msg-id E1coFxW-0005uP-7p@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Simplify publication/subscription tests a bit

After testing RENAME TO, rename the object back.  This reduces the merge
mess when subsequent patches add test cases before or after the rename
test.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bd1827c7c961568eabe850df254c60d175bec195

Modified Files
--------------
src/test/regress/expected/publication.out  | 4 +++-
src/test/regress/expected/subscription.out | 4 +++-
src/test/regress/sql/publication.sql       | 5 ++++-
src/test/regress/sql/subscription.sql      | 5 ++++-
4 files changed, 14 insertions(+), 4 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Fix typo
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Specify bindir in pg_isolation_regress_installcheck.