diff options
| author | Michael Paquier | 2023-03-21 23:44:59 +0000 |
|---|---|---|
| committer | Michael Paquier | 2023-03-21 23:44:59 +0000 |
| commit | 88199b9d5fda605360ac903dd9d3de0ca36f0b8c (patch) | |
| tree | ce5e8ecf6afcb2f40701d898ecef74a6743b4a5b /src/test/modules | |
| parent | 869650fa86adf74fca7f566c9317f6310f8b400c (diff) | |
Fix a couple of typos
PL/pgSQL was misspelled in a few places, so fix these.
Author: Zhang Mingli
Reviewed-by: Richard Guo
Discussion: https://postgr.es/m/1bd41572-9cd9-465e-9f59-ee45385e51b4@Spark
Diffstat (limited to 'src/test/modules')
| -rw-r--r-- | src/test/modules/test_pg_dump/t/001_base.pl | 6 |
1 files changed, 3 insertions, 3 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 a74ea373bb2..78e76774238 100644 --- a/src/test/modules/test_pg_dump/t/001_base.pl +++ b/src/test/modules/test_pg_dump/t/001_base.pl @@ -208,7 +208,7 @@ my %pgdump_runs = ( ], }, - # plgsql in the list blocks the dump of extension test_pg_dump + # plpgsql in the list blocks the dump of extension test_pg_dump without_extension => { dump_cmd => [ 'pg_dump', '--no-sync', "--file=$tempdir/without_extension.sql", @@ -216,7 +216,7 @@ my %pgdump_runs = ( ], }, - # plgsql in the list of extensions blocks the dump of extension + # plpgsql in the list of extensions blocks the dump of extension # test_pg_dump. "public" is the schema used by the extension # test_pg_dump, but none of its objects should be dumped. without_extension_explicit_schema => { @@ -230,7 +230,7 @@ my %pgdump_runs = ( ], }, - # plgsql in the list of extensions blocks the dump of extension + # plpgsql in the list of extensions blocks the dump of extension # test_pg_dump, but not the dump of objects not dependent on the # extension located on a schema maintained by the extension. without_extension_internal_schema => { |
