[sqlsmith] FailedAssertion("!(XLogCtl->Insert.exclusiveBackup)", File: "xlog.c", Line: 10200) - Mailing list pgsql-hackers

From Andreas Seltenreich
Subject [sqlsmith] FailedAssertion("!(XLogCtl->Insert.exclusiveBackup)", File: "xlog.c", Line: 10200)
Date
Msg-id 87mvktojme.fsf@credativ.de
Whole thread Raw
Responses Re: [sqlsmith] FailedAssertion("!(XLogCtl->Insert.exclusiveBackup)", File: "xlog.c", Line: 10200)  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hi,

testing with sqlsmith shows that the following assertion doesn't hold:
   FailedAssertion("!(XLogCtl->Insert.exclusiveBackup)", File: "xlog.c", Line: 10200)

The triggering statements always contain a call to pg_start_backup with
the third argument 'true', i.e. it's trying to start an exlusive backup.

I didn't manage to put together a stand-alone testcase yet.

regards,
Andreas



pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Implementing full UTF-8 support (aka supporting 0x00)
Next
From: Tom Lane
Date:
Subject: Re: New version numbering practices