[PATCH] Sanity check BackgroundWorker's function entry

From: Adam Lee <ali(at)pivotal(dot)io>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] Sanity check BackgroundWorker's function entry
Date: 2020-02-11 06:03:27
Message-ID: 20200211060327.GA5732@earth.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I get the error `can not find file ""` when I hack the bgworkers, the
root case is a zero initialized bgworker was registered. It's not
interesting, but I'd like to refine the error message a bit.

Thanks.

--
Adam Lee

Attachment Content-Type Size
0001-Sanity-check-BackgroundWorker-s-function-entry.patch text/plain 1.0 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2020-02-11 07:41:53 Add PostgreSQL home page to --help output
Previous Message Arseny Sher 2020-02-11 05:06:59 Re: ERROR: subtransaction logged without previous top-level txn record