pgsql: Fix typo in pg_dumpall role comments fix

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix typo in pg_dumpall role comments fix
Дата
Msg-id E1rnSQZ-0050zE-7Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typo in pg_dumpall role comments fix

Some last minute polish of the patch managed to break the SQL
query for extracting the role comments due to fat-fingering.

Per the buildfarm Xversion tests.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/82c2192d9c866c965dc0e2b17df36ee3fbe26a8e

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix typo in pg_dumpall role comments fix
Следующее
От: Amit Langote
Дата:
Сообщение: pgsql: Avoid splitting errmsg string to span multiple lines