pgsql: Fix typo in test

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix typo in test
Дата
Msg-id E1jsM7t-0000uN-6q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typo in test

The test was supposed to error but didn't.  Apparently, a copy and
paste and string replace mistake from a nearby similar test.

Branch
------
master

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

Modified Files
--------------
src/test/modules/unsafe_tests/expected/rolenames.out | 5 ++++-
src/test/modules/unsafe_tests/sql/rolenames.sql      | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: doc: Add note about possible performance overhead by enabling tr
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Create composite array types for initdb-created relations.