pgsql: pg_dump: Remove move "blob" terminology

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: Remove move "blob" terminology
Date: 2023-02-24 07:57:12
Message-ID: E1pVSx5-000RGE-Np@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)ntt(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-02-24 10:22:24 pgsql: Disallow NULLS NOT DISTINCT indexes for primary keys
Previous Message Peter Eisentraut 2023-02-24 07:08:29 pgsql: Fix incorrect format placeholders