Re: Better error message when --single is not the first arg to postgres executable
Greg Sabino Mullane <htamfids@gmail.com>
From: Greg Sabino Mullane <htamfids@gmail.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Peter Eisentraut <peter@eisentraut.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-27T13:45:44Z
Lists: pgsql-hackers
On Mon, Aug 26, 2024 at 11:43 AM Nathan Bossart <nathandbossart@gmail.com> wrote: > On Sun, Aug 25, 2024 at 01:14:36PM -0400, Greg Sabino Mullane wrote: > > I'm not happy about making this and the const char[] change their > structure > > based on the ifdefs - could we not just leave forkchild in? Their usage > is > > already protected by the ifdefs in the calling code. > > Here's an attempt at this. > Looks great, thank you.
Commits
-
Provide a better error message for misplaced dispatch options.
- 76fd34249661 18.0 landed