Re: Getting server crash after running sqlsmith - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Getting server crash after running sqlsmith
Date
Msg-id 26192.1490750609@sss.pgh.pa.us
Whole thread Raw
In response to Getting server crash after running sqlsmith  (tushar <tushar.ahuja@enterprisedb.com>)
Responses Re: Getting server crash after running sqlsmith  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Mar 28, 2017 at 2:36 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Hm ... I don't see a crash here, but I wonder whether you have parameters
>> set that would cause this query to be run as a parallel query?  Because
>> pg_rotate_logfile() is marked as parallel-safe in pg_proc, which seems
>> probably insane.

> /me blinks

> Uh, what's insane about that?  All it does is test a GUC (which is
> surely parallel-safe) and call SendPostmasterSignal (which seems safe,
> too).

Well, if you don't like that theory, what's yours?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: make check-world output
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: free space map and visibility map