]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix some typos across the board
authorMichael Paquier <michael@paquier.xyz>
Sat, 10 Jan 2026 23:16:46 +0000 (08:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 10 Jan 2026 23:16:46 +0000 (08:16 +0900)
Found while browsing the code.

src/test/authentication/t/006_login_trigger.pl
src/test/regress/expected/sysviews.out
src/test/regress/sql/sysviews.sql

index 9989b70ea39b9e24e95af341bf00d4b604b0e136..20ea1cef100696fdea7a8a71cc769df9e583a7eb 100644 (file)
@@ -144,7 +144,7 @@ psql_command(
        err_like => [qr/You are welcome/]);
 
 # Try to login as allowed Alice.  We don't check the Mallory login, because
-# FATAL error could cause a timing-dependant panic of IPC::Run.
+# FATAL error could cause a timing-dependent panic of IPC::Run.
 psql_command(
        $node, 'SELECT 1;', 0, 'try regress_alice',
        connstr => 'user=regress_alice',
index 0411db832f13f017727af6c078c3df0b51ab480f..3dd63fd88ed486070009035e437f99853be2a190 100644 (file)
@@ -29,7 +29,7 @@ select type, name, ident, level, total_bytes >= free_bytes
 (1 row)
 
 -- We can exercise some MemoryContext type stats functions.  Most of the
--- column values are too platform-dependant to display.
+-- column values are too platform-dependent to display.
 -- Ensure stats from the bump allocator look sane.  Bump isn't a commonly
 -- used context, but it is used in tuplesort.c, so open a cursor to keep
 -- the tuplesort alive long enough for us to query the context stats.
index 66179f026b379d56f71084ae02c3d5ad7322da1e..004f9a70e00d87ce985782b4c10ca2c467715961 100644 (file)
@@ -18,7 +18,7 @@ select type, name, ident, level, total_bytes >= free_bytes
   from pg_backend_memory_contexts where level = 1;
 
 -- We can exercise some MemoryContext type stats functions.  Most of the
--- column values are too platform-dependant to display.
+-- column values are too platform-dependent to display.
 
 -- Ensure stats from the bump allocator look sane.  Bump isn't a commonly
 -- used context, but it is used in tuplesort.c, so open a cursor to keep