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