summaryrefslogtreecommitdiff
path: root/src/test/modules
diff options
context:
space:
mode:
authorPeter Eisentraut2022-12-05 07:52:11 +0000
committerPeter Eisentraut2022-12-05 07:52:55 +0000
commit35ce24c333cf6dee3c92bc5f67553c7720bd9988 (patch)
tree8b4a14e6d9382bc778f24562a40d7a3cd8206e5d /src/test/modules
parent8a476fda5e45f16d8c608c73d9e871bd4023d79a (diff)
pg_dump: Remove "blob" terminology
For historical reasons, pg_dump refers to large objects as "BLOBs". This term is not used anywhere else in PostgreSQL, and it also means something different in the SQL standard and other SQL systems. This patch renames internal functions, code comments, documentation, etc. to use the "large object" or "LO" terminology instead. There is no functionality change, so the archive format still uses the name "BLOB" for the archive entry. Additional long command-line options are added with the new naming. Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://www.postgresql.org/message-id/flat/868a381f-4650-9460-1726-1ffd39a270b4%40enterprisedb.com
Diffstat (limited to 'src/test/modules')
-rw-r--r--src/test/modules/test_pg_dump/t/001_base.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/test_pg_dump/t/001_base.pl b/src/test/modules/test_pg_dump/t/001_base.pl
index 19577ce0eae..ca2ff5e4685 100644
--- a/src/test/modules/test_pg_dump/t/001_base.pl
+++ b/src/test/modules/test_pg_dump/t/001_base.pl
@@ -274,7 +274,7 @@ my %pgdump_runs = (
# as the regexps are used for each run the test applies to.
# Tests which are considered 'full' dumps by pg_dump, but there
-# are flags used to exclude specific items (ACLs, blobs, etc).
+# are flags used to exclude specific items (ACLs, LOs, etc).
my %full_runs = (
binary_upgrade => 1,
clean => 1,