Found while browsing the code.
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',
(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.
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