Re: BUG #18783: 2025-01-23 03:55:06.243 GMT [22929] LOG: postmaster became multithreaded 2025-01-23 03:55:06.243 GM - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18783: 2025-01-23 03:55:06.243 GMT [22929] LOG: postmaster became multithreaded 2025-01-23 03:55:06.243 GM
Date
Msg-id 205252.1737655788@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18783: 2025-01-23 03:55:06.243 GMT [22929] LOG: postmaster became multithreaded 2025-01-23 03:55:06.243 GM  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> nikhilyasalapu@nikhils-MacBook-Air ~ %
> /opt/homebrew/Cellar/postgresql@17/17.2/bin/postgres ; exit;
> postgres does not know where to find the server configuration file.
> You must specify the --config-file or -D invocation option or set the PGDATA
> environment variable.

This part is expected if you don't tell the server where to find
its data directory.

> 2025-01-23 03:55:06.243 GMT [22929] LOG:  postmaster became multithreaded
> 2025-01-23 03:55:06.243 GMT [22929] DETAIL:  Please report this to
> <pgsql-bugs@lists.postgresql.org>.

We have observed this on macOS if you haven't set a valid locale
environment (set LANG or LC_ALL).

            regards, tom lane



pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #18774: Not the required output of the query used in the function(delete_from_table1) in postgresql9.4
Next
From: Dmytro Astapov
Date:
Subject: Parent index on partitioned table could still be invalid even when children are not