Re: BUG #18783: 2025-01-23 03:55:06.243 GMT [22929] LOG: postmaster became multithreaded 2025-01-23 03:55:06.243 GM
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: anani191181515@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2025-01-23T18:09:48Z
Lists: 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
Commits
-
Don't ask for bug reports about pthread_is_threaded_np() != 0.
- 63644c15d74e 13.19 landed
- 63a4b9f76786 14.16 landed
- 4d6e169c4341 15.11 landed
- 7ab181a29ba5 16.7 landed
- 6c9a83f216a0 17.3 landed
- 4f15759bdcdd 18.0 landed