pgsql: pg_dump: Remove move "blob" terminology - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: pg_dump: Remove move "blob" terminology
Date
Msg-id E1pVSx5-000RGE-Np@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix incorrect format placeholders
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Disallow NULLS NOT DISTINCT indexes for primary keys