New "blob" re-introduced?

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема New "blob" re-introduced?
Дата
Msg-id 20230224.163127.68506240520261483.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответы Re: New "blob" re-introduced?  (Daniel Gustafsson <daniel@yesql.se>)
Re: New "blob" re-introduced?  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
I noticed that the commit e9960732a9 introduced the following message.

+    if (EndCompressFileHandle(ctx->dataFH) != 0)
+        pg_fatal("could not close blob data file: %m");

It seems that we have removed the terminology "blob(s)" from
user-facing messages by the commit 35ce24c333 (discussion is [1]).
Shouldn't we use "large object" instead of "blob" in the message?


[1] https://www.postgresql.org/message-id/868a381f-4650-9460-1726-1ffd39a270b4%40enterprisedb.com

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Gurjeet Singh
Дата:
Сообщение: Re: Proposal: :SQL_EXEC_TIME (like :ROW_COUNT) Variable (psql)
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: New "blob" re-introduced?