pgsql: pg_dump: Remove move "blob" terminology

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: pg_dump: Remove move "blob" terminology
Дата
Msg-id E1pVSx5-000RGE-Np@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_dump: Remove move "blob" terminology

Commit e9960732a9618 accidentally introduced the blob terminology in
error messages which had previously been altered by commit 35ce24c33
from "blob" to "LO". This reverts back to "LO".

Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20230224.163127.68506240520261483.horikyota.ntt@gmail.com
Discussion: https://www.postgresql.org/message-id/flat/868a381f-4650-9460-1726-1ffd39a270b4%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94851e4b905042de559d073b6590039ab4598c7c

Modified Files
--------------
src/bin/pg_dump/pg_backup_directory.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix incorrect format placeholders
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Disallow NULLS NOT DISTINCT indexes for primary keys