Thread

Commits

  1. Don't ask for bug reports about pthread_is_threaded_np() != 0.

  1. BUG #18783: 2025-01-23 03:55:06.243 GMT [22929] LOG: postmaster became multithreaded 2025-01-23 03:55:06.243 GM

    The Post Office <noreply@postgresql.org> — 2025-01-23T04:00:57Z

    The following bug has been logged on the website:
    
    Bug reference:      18783
    Logged by:          nani
    Email address:      anani191181515@gmail.com
    PostgreSQL version: 17.2
    Operating system:   macos
    Description:        
    
    Last login: Thu Jan 23 09:24:53 on ttys001
    /opt/homebrew/Cellar/postgresql@17/17.2/bin/postgres ; exit;
    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.
    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>.
    
    Saving session...
    ...copying shared history...
    ...saving history...truncating history files...
    ...completed.
    
    [Process completed]
    
    
  2. 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> — 2025-01-23T18:09:48Z

    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